Harden packaged identity and local listener binding

This commit is contained in:
Sucukdeluxe
2026-08-13 20:49:48 +02:00
parent 4630c8c467
commit 31b5766254
6 changed files with 97 additions and 39 deletions
+6 -1
View File
@@ -27,7 +27,7 @@
},
"build": {
"appId": "com.multihoster.uploader",
"productName": "Multi-Hoster-Upload",
"productName": "Multi Hoster Uploader",
"directories": {
"buildResources": "assets",
"output": "release"
@@ -47,14 +47,19 @@
"portable"
],
"icon": "assets/app_icon.ico",
"executableName": "Multi Hoster Uploader",
"signAndEditExecutable": false
},
"nsis": {
"artifactName": "Multi-Hoster-Upload Setup ${version}.${ext}",
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"createDesktopShortcut": true
},
"portable": {
"artifactName": "Multi-Hoster-Upload ${version}.${ext}"
},
"afterPack": "scripts/afterPack.cjs"
}
}