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",
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user