mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
improve(electron): desktop icon
This commit is contained in:
@@ -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'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
BIN
resources/icons/logseq_big_sur.ico
Normal file
BIN
resources/icons/logseq_big_sur.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 172 KiB |
Reference in New Issue
Block a user