Add portable target

This commit is contained in:
Vendicated 2023-05-03 04:13:34 +02:00
parent c43871950c
commit 6a67f07a9e
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -85,6 +85,16 @@
"nsis": {
"include": "build/installer.nsh",
"oneClick": false
},
"win": {
"target": [
"nsis",
"portable"
]
},
"publish": {
"provider": "github",
"releaseType": "release"
}
}
}