Feat: 素材追加
Fix: 修正打包文件路径错误
This commit is contained in:
12
package.json
12
package.json
@ -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": {
|
||||||
|
BIN
renderer/src/assets/【汤圆】.gif
Normal file
BIN
renderer/src/assets/【汤圆】.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
renderer/src/assets/【汤圆】.jpg
Normal file
BIN
renderer/src/assets/【汤圆】.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
renderer/src/assets/哈姆.gif
Normal file
BIN
renderer/src/assets/哈姆.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 166 KiB |
BIN
renderer/src/assets/豌豆射手.jpg
Normal file
BIN
renderer/src/assets/豌豆射手.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
Reference in New Issue
Block a user