1
0
Эх сурвалжийг харах

enhance(desktop): better installing indicator for Win32 setup

charlie 4 жил өмнө
parent
commit
1a54289ba7

+ 4 - 3
resources/forge.config.js

@@ -12,15 +12,16 @@ module.exports = {
       'signature-flags': 'library'
     },
     osxNotarize: {
-      appleId: "my-fake-apple-id",
-      appleIdPassword: "my-fake-apple-id-password",
+      appleId: 'my-fake-apple-id',
+      appleIdPassword: 'my-fake-apple-id-password',
     },
   },
   makers: [
     {
       'name': '@electron-forge/maker-squirrel',
       'config': {
-        'name': 'Logseq'
+        'name': 'Logseq',
+        'loadingGif': './icons/installing.gif'
       }
     },
     {

BIN
resources/icons/installing.gif