fix: 禁用 Windows 签名以兼容无图形界面环境打包

This commit is contained in:
2026-03-10 07:57:21 +08:00
parent bee9b9ff54
commit 717c545861

View File

@@ -60,7 +60,8 @@
} }
], ],
"icon": "resources/icon.png", "icon": "resources/icon.png",
"artifactName": "${productName}-${version}-win64.${ext}" "artifactName": "${productName}-${version}-win64.${ext}",
"signAndEditExecutable": false
}, },
"mac": { "mac": {
"target": [ "target": [