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

Commit 32903f4

Browse files
committed
removing linux ia32 support.
1 parent 5960923 commit 32903f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@
115115
"target": [
116116
{
117117
"target": "AppImage",
118-
"arch": ["x64", "ia32", "arm64"]
118+
"arch": ["x64", "arm64"]
119119
},
120120
{
121121
"target": "snap",
122-
"arch": ["x64", "ia32"]
122+
"arch": ["x64"]
123123
},
124124
{
125125
"target": "deb",
126-
"arch": ["x64", "ia32"]
126+
"arch": ["x64"]
127127
}
128128
]
129129
},

0 commit comments

Comments
 (0)