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

Commit 92efe3a

Browse files
author
Howard Ju
committed
chore(versioning): add the i386 support in build configuration
1 parent 500a301 commit 92efe3a

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
@@ -7,7 +7,7 @@
77
"scripts": {
88
"start": "electron src/main.js",
99
"pack": "electron-builder --dir",
10-
"dist:linux": "electron-builder --linux AppImage",
10+
"dist:linux": "electron-builder --linux AppImage --ia32 --x64",
1111
"dist:macOS": "electron-builder --mac",
1212
"postinstall": "electron-builder install-app-deps",
1313
"publish": "build -p always"

0 commit comments

Comments
 (0)