|
@@ -4,6 +4,17 @@ module.exports = {
|
|
|
packagerConfig: {
|
|
|
icon: './icons/canary/logseq_big_sur.icns',
|
|
|
name: 'Logseq Canary',
|
|
|
+ osxSign: {
|
|
|
+ identity: 'Developer ID Application: Tiansheng Qin',
|
|
|
+ 'hardened-runtime': true,
|
|
|
+ entitlements: 'entitlements.plist',
|
|
|
+ 'entitlements-inherit': 'entitlements.plist',
|
|
|
+ 'signature-flags': 'library'
|
|
|
+ },
|
|
|
+ osxNotarize: {
|
|
|
+ appleId: "my-fake-apple-id",
|
|
|
+ appleIdPassword: "my-fake-apple-id-password",
|
|
|
+ },
|
|
|
},
|
|
|
makers: [
|
|
|
{
|