Skip to content

Commit

Permalink
Add portable package for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxa committed Dec 29, 2021
1 parent 777d58f commit 252cae2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_package.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ process.on('unhandledRejection', error => {
installerIcon: "build_files/icon.ico"
},
win: {
target: ["nsis", "zip"],
target: ["nsis", "zip", "portable"],
verifyUpdateCodeSignature: false,
icon: "build_files/icon.ico",
extraFiles: [
"vendor/win32"
]
Expand Down

0 comments on commit 252cae2

Please sign in to comment.