Skip to content

Commit

Permalink
chore: switch back to Logseq from Canary
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed May 24, 2021
1 parent 223c4b3 commit 5ec6e31
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
22 changes: 15 additions & 7 deletions resources/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions resources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Logseq-Canary",
"version": "0.0.1",
"name": "Logseq",
"version": "0.1.0",
"main": "electron.js",
"author": "Logseq",
"description": "A privacy-first, open-source platform for knowledge management and collaboration.",
Expand Down

0 comments on commit 5ec6e31

Please sign in to comment.