Skip to content

Commit

Permalink
do actually target only AppImage and not snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous committed Nov 9, 2023
1 parent 8e1735f commit 90d193d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"mac": {
"artifactName": "${productName}.${version}.${platform}-${arch}.${ext}"
},
"linux": {
"target": "AppImage"
},
"win": {
"target": "NSIS",
"icon": "build/icon.ico",
Expand Down

0 comments on commit 90d193d

Please sign in to comment.