Skip to content

Commit d98e001

Browse files
committed
chore: drop ia32 windows building
1 parent b6ce39e commit d98e001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
"target": [
5454
{
5555
"target": "nsis",
56-
"arch": ["x64", "ia32"]
56+
"arch": ["x64"]
5757
},
5858
{
5959
"target": "portable",
6060
"arch": ["x64"]
6161
}
6262
],
6363
"icon": "build/icon.ico",
64-
"publisherName": "Your Name",
64+
"publisherName": "whyun",
6565
"requestedExecutionLevel": "asInvoker"
6666
},
6767
"mac": {

0 commit comments

Comments
 (0)