feat: 增加对 arm64 架构的支持,修改 Windows 图标和安装程序图标为新资源

This commit is contained in:
alger
2025-05-09 19:43:30 +08:00
parent 618c345a78
commit 9f125f88bd
2 changed files with 9 additions and 6 deletions
+9 -6
View File
@@ -130,13 +130,14 @@
] ]
}, },
"win": { "win": {
"icon": "resources/favicon.ico", "icon": "resources/icon.ico",
"target": [ "target": [
{ {
"target": "nsis", "target": "nsis",
"arch": [ "arch": [
"x64", "x64",
"ia32" "ia32",
"arm64"
] ]
} }
], ],
@@ -149,13 +150,15 @@
{ {
"target": "AppImage", "target": "AppImage",
"arch": [ "arch": [
"x64" "x64",
"arm64"
] ]
}, },
{ {
"target": "deb", "target": "deb",
"arch": [ "arch": [
"x64" "x64",
"arm64"
] ]
} }
], ],
@@ -166,8 +169,8 @@
"nsis": { "nsis": {
"oneClick": false, "oneClick": false,
"allowToChangeInstallationDirectory": true, "allowToChangeInstallationDirectory": true,
"installerIcon": "resources/favicon.ico", "installerIcon": "resources/icon.ico",
"uninstallerIcon": "resources/favicon.ico", "uninstallerIcon": "resources/icon.ico",
"createDesktopShortcut": true, "createDesktopShortcut": true,
"createStartMenuShortcut": true, "createStartMenuShortcut": true,
"shortcutName": "AlgerMusicPlayer", "shortcutName": "AlgerMusicPlayer",
Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB