mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
32 lines
684 B
JSON
32 lines
684 B
JSON
{
|
|
"appId": "com.alger.music",
|
|
"productName": "AlgerMusic",
|
|
"artifactName": "${productName}_${version}_Setup_x64.${ext}",
|
|
"directories": {
|
|
"output": "dist_electron/win-x64"
|
|
},
|
|
"files": ["dist/**/*", "package.json", "app.js", "electron/**/*"],
|
|
"win": {
|
|
"icon": "public/icon.png",
|
|
"target": [
|
|
{
|
|
"target": "nsis",
|
|
"arch": ["x64"]
|
|
}
|
|
],
|
|
"extraFiles": [
|
|
{
|
|
"from": "installer/installer.nsh",
|
|
"to": "$INSTDIR"
|
|
}
|
|
]
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"language": "2052",
|
|
"allowToChangeInstallationDirectory": true,
|
|
"differentialPackage": true,
|
|
"shortcutName": "Alger Music"
|
|
}
|
|
}
|