Added windows build script
This commit is contained in:
parent
c35de888fd
commit
b33601e86a
22
package.json
22
package.json
@ -46,13 +46,33 @@
|
|||||||
"category": "public.app-category.music"
|
"category": "public.app-category.music"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": "portable"
|
"target": [
|
||||||
|
{
|
||||||
|
"target": "nsis",
|
||||||
|
"arch": "x64"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"target": "portable",
|
||||||
|
"arch": "x64"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": "appimage",
|
"target": "appimage",
|
||||||
"artifactName": "deemix-gui_${os}.${ext}",
|
"artifactName": "deemix-gui_${os}.${ext}",
|
||||||
"category": "AudioVideo,Audio",
|
"category": "AudioVideo,Audio",
|
||||||
"icon": "build/icon.icns"
|
"icon": "build/icon.icns"
|
||||||
|
},
|
||||||
|
"nsis": {
|
||||||
|
"artifactName": "${productName}_setup.${ext}",
|
||||||
|
"oneClick": false,
|
||||||
|
"allowToChangeInstallationDirectory": true,
|
||||||
|
"uninstallDisplayName": "${productName}",
|
||||||
|
"deleteAppDataOnUninstall": true
|
||||||
|
},
|
||||||
|
"portable": {
|
||||||
|
"artifactName": "${productName}.${ext}",
|
||||||
|
"requestExecutionLevel": "user"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user