mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-17 04:00:48 +01:00
chore: update package.json to support Windows portable build
This commit is contained in:
parent
9cd51c8d8b
commit
fb5adbe676
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user