Add portable target to windows builds

This commit is contained in:
TC
2021-01-12 21:28:26 +01:00
parent 0fafed7c53
commit 18df1223af

View File

@ -18,7 +18,8 @@
"icon": "assets/generated/icons/mac/icon.icns"
},
"win": {
"icon": "assets/generated/icons/win/icon.ico"
"icon": "assets/generated/icons/win/icon.ico",
"target": ["nsis", "portable"]
},
"linux": {
"icon": "assets/generated/icons/png",