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

Commit 256a626

Browse files
authored
chore: Don't upload to snap store, part 2 (#571)
* chore: Don't upload to snap store, part 2 Forgot something in #570 * Update electron-builder.json
1 parent 6f92a6a commit 256a626

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/fether-electron/electron-builder.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
},
1111
"productName": "Parity Fether",
1212
"publish": ["github"],
13+
"snap": {
14+
"publish": ["github"]
15+
},
1316
"win": {
1417
"icon": "icons/icon.ico",
1518
"publisherName": "Parity Technologies (UK) Ltd.",

0 commit comments

Comments
 (0)