|
@@ -21,9 +21,8 @@ module.exports = {
|
|
|
'name': '@electron-forge/maker-squirrel',
|
|
|
'config': {
|
|
|
'name': 'Logseq',
|
|
|
- 'loadingGif': './icons/installing.gif',
|
|
|
- "certificateFile": process.env['WINDOWS_CERT_FILE'],
|
|
|
- "certificatePassword": process.env['WINDOWS_CERT_PASSWORD'],
|
|
|
+ 'setupIcon': './icons/logseq.ico',
|
|
|
+ 'loadingGif': './icons/installing.gif'
|
|
|
}
|
|
|
},
|
|
|
{
|