Skip to content

Commit

Permalink
SUKU command line argument to disable snapstore
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Sep 12, 2023
1 parent 69a802c commit 0dd046c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@
],
"icon": "build-assets/icon.png"
},
"snap": {
"publish": false
},
"linux": {
"artifactName": "${name}-setup-${version}.${ext}"
},
Expand All @@ -138,7 +135,7 @@
"afterSign": "build-assets/notarize.js"
},
"scripts": {
"e:builder": "cross-env NOTARIZE=true electron-builder --publish onTagOrDraft",
"e:builder": "cross-env NOTARIZE=true electron-builder --publish onTagOrDraft -c.snap.publish=github",
"e:builder:nightly": "cross-env NOTARIZE=true DEBUG=electron-builder electron-builder --publish never",
"e:builder:local": "cross-env DEBUG=electron-builder electron-builder --publish never",
"export": "run-s gen:buildVars:prod s:build e:builder",
Expand Down

0 comments on commit 0dd046c

Please sign in to comment.