Sfoglia il codice sorgente

Revert "chore: remove space"

This reverts commit 38c0e15a8b72d4773af151fc62cb2575441cd112.
defclass 4 anni fa
parent
commit
05327c055a
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      resources/forge.config.js

+ 3 - 3
resources/forge.config.js

@@ -3,13 +3,13 @@ const path = require('path')
 module.exports = {
   packagerConfig: {
     icon: './icons/canary/logseq_big_sur.icns',
-    name: 'LogseqCanary',
+    name: 'Logseq Canary',
   },
   makers: [
     {
       'name': '@electron-forge/maker-squirrel',
       'config': {
-        title: 'LogseqCanary',
+        title: 'Logseq Canary',
         name: 'LogseqCanary', // ID name
         setupIcon: './icons/canary/logseq.ico'
       }
@@ -19,7 +19,7 @@ module.exports = {
       config: {
         format: 'ULFO',
         icon: './icons/canary/logseq_big_sur.icns',
-        name: 'LogseqCanary'
+        name: 'Logseq Canary'
       }
     },
     {