Browse Source

fix(electron): desktop icons

charlie 4 years ago
parent
commit
9286851e93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/forge.config.js

+ 1 - 1
resources/forge.config.js

@@ -2,7 +2,7 @@ const path = require('path')
 
 module.exports = {
   packagerConfig: {
-    icon: './icons/logseq_big_sur.icns',
+    icon: './icons/logseq.png',
     osxSign: {
       identity: 'Developer ID Application: Tiansheng Qin',
       'hardened-runtime': true,