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

Commit 906f6d0

Browse files
Merge pull request #1229 from ssbc/ia32
Add ia32 build target
2 parents e4b61a4 + e0285b6 commit 906f6d0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,16 @@
127127
"icon": "build/dmg/icon.icns"
128128
},
129129
"win": {
130-
"publisherName": "Secure Scuttlebutt Consortium"
130+
"publisherName": "Secure Scuttlebutt Consortium",
131+
"target": [
132+
{
133+
"target": "nsis",
134+
"arch": [
135+
"x64",
136+
"ia32"
137+
]
138+
}
139+
]
131140
}
132141
}
133142
}

0 commit comments

Comments
 (0)