Skip to content

Commit

Permalink
Specify desired build targets for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaeon committed Dec 6, 2024
1 parent 19cfec7 commit 027aaa9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@
"output": "build"
},
"win": {
"target": "nsis",
"target": ["nsis", "zip"],
"icon": "icon.png"
},
"linux": {
"target": ["AppImage"]
"target": ["AppImage", "deb", "rpm"]
},
"mac": {
"target": ["dmg", "zip"]
}
}
}

0 comments on commit 027aaa9

Please sign in to comment.