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

Commit c85aa12

Browse files
Add ia32 build target
1 parent e4b61a4 commit c85aa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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 -c.snap.publish=github",
14+
"dist": "electron-builder -c.snap.publish=github --x64 --ia32",
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)