mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
chore: remove certificatefile and password
This commit is contained in:
@@ -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'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user