mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
chore: maker wix
This commit is contained in:
parent
cca5b52066
commit
fafde0db3e
2 changed files with 8 additions and 6 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -32,10 +32,10 @@ jobs:
|
|||
|
||||
# - name: Install native dependencies for flatpack
|
||||
# run: sudo apt-get install -y flatpak-builder elfutils
|
||||
- name: Install Snapcraft
|
||||
uses: samuelmeuli/action-snapcraft@v1
|
||||
with:
|
||||
snapcraft_token: ${{ secrets.SNAP_TOKEN }}
|
||||
# - name: Install Snapcraft
|
||||
# uses: samuelmeuli/action-snapcraft@v1
|
||||
# with:
|
||||
# snapcraft_token: ${{ secrets.SNAP_TOKEN }}
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ const config = {
|
|||
schemes: ['tidgi'],
|
||||
},
|
||||
],
|
||||
icon: 'build-resources/icon.icns',
|
||||
icon: 'build-resources/icon.ico',
|
||||
asar: {
|
||||
unpack: '{**/.webpack/main/*.worker.*,**/.webpack/main/native_modules/path.txt}',
|
||||
},
|
||||
|
|
@ -41,6 +41,8 @@ const config = {
|
|||
return {
|
||||
setupExe: `Install-TidGi-Windows-${arch}.exe`,
|
||||
setupIcon: 'build-resources/icon-installer.ico',
|
||||
description,
|
||||
iconUrl: 'https://raw.githubusercontent.com/tiddly-gittly/TidGi-Desktop/master/build-resources/icon%405x.png',
|
||||
};
|
||||
},
|
||||
},
|
||||
|
|
@ -58,7 +60,7 @@ const config = {
|
|||
ui: {
|
||||
chooseDirectory: true,
|
||||
},
|
||||
appIconPath: 'build-resources/icon.ico',
|
||||
icon: 'build-resources/icon@5x.png',
|
||||
// WiX distributables do not handle prerelease information in the app version, removing it from the MSI (-prerelease3.4)
|
||||
// and https://github.com/felixrieseberg/electron-wix-msi/issues/110 ask use to use fixed number
|
||||
version: '1.0.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue