improve(electron): desktop icon

pull/1242/head
charlie 2021-02-02 23:08:22 +08:00
parent adb9cbcb4f
commit 93f60df420
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ const path = require('path')
module.exports = {
packagerConfig: {
icon: './icons/logseq.png',
icon: './icons/logseq_big_sur.icns',
osxSign: {
identity: 'Developer ID Application: Tiansheng Qin',
'hardened-runtime': true,
@ -19,7 +19,8 @@ module.exports = {
{
'name': '@electron-forge/maker-squirrel',
'config': {
'name': 'Logseq'
'name': 'Logseq',
'setupIcon': './icons/logseq.ico'
}
},
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB