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

Commit ac9e578

Browse files
committed
chore: re-enable npm rebuild in build process
1 parent a7e49fc commit ac9e578

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,16 @@
5252
"app": "prebuild-src"
5353
},
5454
"forceCodeSigning": false,
55-
"npmRebuild": false,
55+
"npmRebuild": true,
5656
"artifactName": "eDEX-UI-${os}-${arch}.${ext}",
5757
"linux": {
5858
"target": [
5959
{
6060
"target": "AppImage",
6161
"arch": [
62+
"x64",
63+
"ia32",
64+
"arm64",
6265
"armv7l"
6366
]
6467
}

0 commit comments

Comments
 (0)