mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"appId": "com.alger.music",
|
|
"productName": "AlgerMusic",
|
|
"directories": {
|
|
"output": "dist_electron"
|
|
},
|
|
"files": ["dist/**/*", "package.json", "app.js", "electron/**/*"],
|
|
"win": {
|
|
"icon": "public/icon.png",
|
|
"target": "nsis",
|
|
"extraFiles": [
|
|
{
|
|
"from": "installer/installer.nsh",
|
|
"to": "$INSTDIR"
|
|
}
|
|
]
|
|
}
|
|
}
|