Feat: 素材追加

Fix: 修正打包文件路径错误
This commit is contained in:
2025-09-09 20:58:57 +08:00
parent 27c65820e6
commit 51c66cd498
5 changed files with 6 additions and 6 deletions

View File

@ -25,9 +25,9 @@
"allowToChangeInstallationDirectory": true,
"perMachine": false,
"allowElevation": false,
"installerIcon": "build/icon.ico",
"uninstallerIcon": "build/icon.ico",
"installerHeaderIcon": "build/icon.ico",
"installerIcon": "assets/icon.ico",
"uninstallerIcon": "assets/icon.ico",
"installerHeaderIcon": "assets/icon.ico",
"installerLanguages": ["zh_CN", "en_US"],
"language": "2052"
},
@ -43,15 +43,15 @@
},
"win": {
"target": "nsis",
"icon": "build/icon.png"
"icon": "assets/icon.png"
},
"mac": {
"target": "dmg",
"icon": "build/icon.png"
"icon": "assets/icon.png"
},
"linux": {
"target": "AppImage",
"icon": "build/icon.png"
"icon": "assets/icon.png"
}
},
"repository": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB