fix: disable signing option for NSIS executable

This commit is contained in:
2026-05-24 15:24:09 +02:00
parent d4dd77151c
commit 67f3e60953
+2 -1
View File
@@ -73,7 +73,8 @@
"nsis"
],
"icon": "static/icons/icon.ico",
"executableName": "scoreko"
"executableName": "scoreko",
"signAndEditExecutable": false
},
"nsis": {
"oneClick": false,