Updated Windows build configuration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-05-25 17:10:00 -04:00
parent f0ba4aacb5
commit 5d8fef2dbd

View File

@ -36,9 +36,17 @@
"appId": "net.metaunix.sentry", "appId": "net.metaunix.sentry",
"copyright": "Copyright © 2022 ${author}", "copyright": "Copyright © 2022 ${author}",
"win": { "win": {
"target": "msi", "target": "nsis",
"icon": "build/icon.png" "icon": "build/icon.png"
}, },
"nsis": {
"oneClick": false,
"perMachine": true,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"license": "LICENSE",
"artifactName": "${productName}-${version}.${ext}"
},
"linux": { "linux": {
"target": [ "target": [
"deb", "deb",