chore: update package.json to support Windows portable build

This commit is contained in:
Fabio Di Stasio 2021-03-06 17:29:00 +01:00
parent 9cd51c8d8b
commit fb5adbe676
1 changed files with 3 additions and 1 deletions

View File

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