Explicitly configure ad-hoc codesigning after electron-builder changes (#9444)

This commit is contained in:
absidue
2026-07-21 00:22:04 +02:00
committed by efb4f5ff-1298-471a-8973-3d47447115dc
parent 11a1580741
commit 94450676b6
+6 -1
View File
@@ -96,7 +96,12 @@ export default {
NSBluetoothPeripheralUsageDescription: undefined,
NSCameraUsageDescription: undefined,
NSMicrophoneUsageDescription: undefined,
}
},
// Enable ad-hoc signing
// If we skip signing entirely, macOS says that the application is damaged, which makes users open bug reports.
// With an ad-hoc signature it still refuses to launch by default but with the reason that it cannot verify the signature
identity: '-'
},
win: {
icon: '_icons/icon.ico',