chore: remove certificatefile and password

pull/3256/head
Tienson Qin 2021-11-24 14:25:20 +08:00
parent eb2cf2d5a7
commit 1642a68892
1 changed files with 2 additions and 3 deletions

View File

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