Skip to content

Commit

Permalink
✨ Feature: add win32 support
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #632
  • Loading branch information
Molunerfinn committed Jul 9, 2021
1 parent 8e5e9ec commit 1657542
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@ const config = {
},
win: {
icon: 'build/icons/icon.ico',
target: 'nsis'
target: [{
targe: 'nsis',
arch: [
'x64',
'ia32'
]
}]
},
nsis: {
shortcutName: 'PicGo',
Expand Down

0 comments on commit 1657542

Please sign in to comment.