Skip to content

Commit

Permalink
chore(canary): fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 authored and tiensonqin committed Apr 30, 2021
1 parent df75312 commit a516301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const path = require('path')
module.exports = {
packagerConfig: {
icon: './icons/canary/logseq_big_sur.icns',
name: 'Logseq Canary',
},
makers: [
{
Expand Down
2 changes: 1 addition & 1 deletion resources/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Logseq",
"name": "Logseq-Canary",
"version": "0.0.1",
"main": "electron.js",
"author": "Logseq",
Expand Down

0 comments on commit a516301

Please sign in to comment.