Skip to content

Commit cead7b6

Browse files
committed
Drop 32-bit build since it doesn't work
1 parent 6d33ad9 commit cead7b6

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,10 @@
4242
"win": {
4343
"target": [
4444
{
45-
"target": "nsis",
46-
"arch": [
47-
"x64",
48-
"ia32"
49-
]
45+
"target": "nsis"
5046
},
5147
{
52-
"target": "portable",
53-
"arch": [
54-
"x64",
55-
"ia32"
56-
]
48+
"target": "portable"
5749
}
5850
],
5951
"icon": "core/static/icons/grist.ico"

0 commit comments

Comments
 (0)