Skip to content

Commit

Permalink
update electron-builder configuration for linux to not use snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous committed Nov 9, 2023
1 parent 60b16e9 commit 6504a6a
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 6504a6a

Please sign in to comment.