增加应用程序图标

This commit is contained in:
Allen 2025-05-11 11:56:51 +08:00
parent 66c3d6f948
commit bca789a017
2 changed files with 1 additions and 0 deletions

BIN
assets/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -13,6 +13,7 @@ const config: ForgeConfig = {
extraResource: [
'assets/'
],
icon: 'assets/icon.ico',
},
rebuildConfig: {},
makers: [new MakerSquirrel({}), new MakerZIP({}, ['darwin']), new MakerRpm({}), new MakerDeb({})],