chore(canary): fix package name

pull/1735/head
charlie 2021-04-30 15:06:54 +08:00 committed by Tienson Qin
parent df7531273c
commit a5163011dc
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ const path = require('path')
module.exports = {
packagerConfig: {
icon: './icons/canary/logseq_big_sur.icns',
name: 'Logseq Canary',
},
makers: [
{

View File

@ -1,5 +1,5 @@
{
"name": "Logseq",
"name": "Logseq-Canary",
"version": "0.0.1",
"main": "electron.js",
"author": "Logseq",