only use nsis web
This commit is contained in:
parent
b9f4462aa4
commit
bb52b58d69
13
package.json
13
package.json
|
@ -57,7 +57,6 @@
|
|||
"electronUpdaterCompatibility": ">=0.0.1",
|
||||
"target": [
|
||||
"portable",
|
||||
"nsis",
|
||||
"nsis-web"
|
||||
]
|
||||
},
|
||||
|
@ -90,7 +89,7 @@
|
|||
"height": 380
|
||||
}
|
||||
},
|
||||
"nsis": {
|
||||
"nsisWeb": {
|
||||
"oneClick": false,
|
||||
"perMachine": true,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
|
@ -98,16 +97,8 @@
|
|||
"uninstallDisplayName": "${productName}",
|
||||
"deleteAppDataOnUninstall": true
|
||||
},
|
||||
"nsisWeb": {
|
||||
"oneClick": false,
|
||||
"perMachine": true,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"artifactName": "${productName} Web Installer ${version}.${ext}",
|
||||
"uninstallDisplayName": "${productName}",
|
||||
"deleteAppDataOnUninstall": true
|
||||
},
|
||||
"portable": {
|
||||
"artifactName": "${productName} Portable.${ext}"
|
||||
"artifactName": "${productName} Portable ${version}.${ext}"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in New Issue