Skip to content

Commit 44f5fbb

Browse files
committed
🐛 Fix: nsis script
ISSUES CLOSED: #1019
1 parent 05998bb commit 44f5fbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vue.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ const config = {
9393
nsis: {
9494
shortcutName: 'PicGo',
9595
oneClick: false,
96-
allowToChangeInstallationDirectory: true
96+
allowToChangeInstallationDirectory: true,
97+
include: 'build/installer.nsh'
9798
},
9899
linux: {
99100
icon: 'build/icons/'

0 commit comments

Comments
 (0)