Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 2f451ae

Browse files
Fix snapcraft publish from electron-builder
1 parent 554e292 commit 2f451ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"check-locales": "node scripts/check-locales.js",
1212
"postinstall": "electron-builder install-app-deps",
1313
"release-notes": "node scripts/release-notes.js",
14-
"dist": "electron-builder",
14+
"dist": "electron-builder -c.snap.publish=github",
1515
"version": "mv docs/CHANGELOG.md . && changelog-version && mv CHANGELOG.md docs/ && git add docs/CHANGELOG.md"
1616
},
1717
"author": "Secure Scuttlebutt Consortium",

0 commit comments

Comments
 (0)