Add portable target

This commit is contained in:
WardPearce
2024-10-25 18:46:38 +13:00
parent cc6372f53d
commit 6bae2bbf96
@@ -24,7 +24,12 @@
"allowToChangeInstallationDirectory": true
},
"win": {
"target": "nsis"
"target": [
"nsis",
"portable",
"7z",
"zip"
]
},
"mac": {
"category": "Entertainment",
@@ -37,7 +42,8 @@
"7z",
"rpm",
"AppImage",
"zip"
"zip",
"portable"
],
"category": "AudioVideo"
},