mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 14:44:53 +00:00
chore: switch back to Logseq from Canary
This commit is contained in:
@@ -2,24 +2,32 @@ const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
packagerConfig: {
|
||||
icon: './icons/canary/logseq_big_sur.icns',
|
||||
name: 'Logseq Canary',
|
||||
icon: './icons/logseq_big_sur.icns',
|
||||
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: [
|
||||
{
|
||||
'name': '@electron-forge/maker-squirrel',
|
||||
'config': {
|
||||
title: 'Logseq Canary',
|
||||
name: 'LogseqCanary', // ID name
|
||||
setupIcon: './icons/canary/logseq.ico'
|
||||
'name': 'Logseq'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: '@electron-forge/maker-dmg',
|
||||
config: {
|
||||
format: 'ULFO',
|
||||
icon: './icons/canary/logseq_big_sur.icns',
|
||||
name: 'Logseq Canary'
|
||||
icon: './icons/logseq_big_sur.icns',
|
||||
name: 'Logseq'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user