enhance(desktop): better installing indicator for Win32 setup

pull/2159/head
charlie 2021-06-10 20:47:23 +08:00 committed by Tienson Qin
parent 673d345d32
commit 1a54289ba7
2 changed files with 4 additions and 3 deletions

View File

@ -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'
}
},
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB