Feat: 素材追加
Fix: 修正打包文件路径错误
This commit is contained in:
12
package.json
12
package.json
@ -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": {
|
||||
|
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