1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

chore: update package.json to support Windows portable build

This commit is contained in:
2021-03-06 17:29:00 +01:00
parent 9cd51c8d8b
commit fb5adbe676

View File

@@ -20,6 +20,9 @@
"build": { "build": {
"appId": "com.fabio286.antares", "appId": "com.fabio286.antares",
"artifactName": "${productName}-${version}-${os}_${arch}.${ext}", "artifactName": "${productName}-${version}-${os}_${arch}.${ext}",
"win": {
"target": ["nsis", "portable"]
},
"dmg": { "dmg": {
"contents": [ "contents": [
{ {
@@ -37,7 +40,6 @@
"linux": { "linux": {
"target": [ "target": [
"deb", "deb",
"snap",
"AppImage" "AppImage"
], ],
"category": "Development" "category": "Development"