Explicitly configure ad-hoc codesigning after electron-builder changes (#9444)
This commit is contained in:
committed by
efb4f5ff-1298-471a-8973-3d47447115dc
parent
11a1580741
commit
94450676b6
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user