From 1657542144deddf70d15cb0d401974ed3ac76b01 Mon Sep 17 00:00:00 2001 From: PiEgg Date: Sat, 10 Jul 2021 00:36:31 +0800 Subject: [PATCH] :sparkles: Feature: add win32 support ISSUES CLOSED: #632 --- vue.config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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',