Feature: add win32 support

ISSUES CLOSED: #632
This commit is contained in:
PiEgg 2021-07-10 00:36:31 +08:00
parent 8e5e9ec59a
commit 1657542144

View File

@ -66,7 +66,13 @@ const config = {
}, },
win: { win: {
icon: 'build/icons/icon.ico', icon: 'build/icons/icon.ico',
target: 'nsis' target: [{
targe: 'nsis',
arch: [
'x64',
'ia32'
]
}]
}, },
nsis: { nsis: {
shortcutName: 'PicGo', shortcutName: 'PicGo',