diff --git a/vue.config.js b/vue.config.js index be3d879..0811a03 100644 --- a/vue.config.js +++ b/vue.config.js @@ -66,7 +66,13 @@ const config = { }, win: { icon: 'build/icons/icon.ico', - target: 'nsis' + target: [{ + targe: 'nsis', + arch: [ + 'x64', + 'ia32' + ] + }] }, nsis: { shortcutName: 'PicGo',