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