Updated Windows build configuration
This commit is contained in:
parent
f0ba4aacb5
commit
5d8fef2dbd
10
package.json
10
package.json
@ -36,9 +36,17 @@
|
||||
"appId": "net.metaunix.sentry",
|
||||
"copyright": "Copyright © 2022 ${author}",
|
||||
"win": {
|
||||
"target": "msi",
|
||||
"target": "nsis",
|
||||
"icon": "build/icon.png"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
"perMachine": true,
|
||||
"allowElevation": true,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"license": "LICENSE",
|
||||
"artifactName": "${productName}-${version}.${ext}"
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"deb",
|
||||
|
Loading…
Reference in New Issue
Block a user