Skip to content

Commit c6b5893

Browse files
committed
fix: wid builder
1 parent 2d1a3c8 commit c6b5893

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ build/
2121
npm-debug.log*
2222
npm-error.log*
2323
yarn-debug.log*
24+
demos/with-electron/release
2425

2526

demos/with-electron/electron-builder.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @see https://www.electron.build/configuration/configuration
44
*/
55
{
6-
appId: 'YourAppID',
6+
appId: 'com.ezuikit.app',
77
asar: true,
88
directories: {
99
output: 'release/${version}',
@@ -27,7 +27,7 @@
2727
perMachine: false,
2828
allowToChangeInstallationDirectory: true,
2929
deleteAppDataOnUninstall: true,
30-
installerIcon: 'build/icon.ico',
31-
installerHeaderIcon: 'build/icon.ico',
30+
installerIcon: 'resource/icon.ico',
31+
installerHeaderIcon: 'resource/icon.ico',
3232
}
3333
}
4.19 KB
Binary file not shown.
20.3 KB
Loading

0 commit comments

Comments
 (0)