mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
fix: add windows cert
This commit is contained in:
7
.github/workflows/build-desktop-release.yml
vendored
7
.github/workflows/build-desktop-release.yml
vendored
@@ -155,6 +155,13 @@ jobs:
|
||||
run: yarn run postinstall
|
||||
working-directory: ./static/node_modules/dugite/
|
||||
|
||||
- name: Add Windows certificate
|
||||
id: write_file
|
||||
uses: timheuer/base64-to-file@v1
|
||||
with:
|
||||
fileName: ${{ secrets.WINDOWS_CERT_FILE }}
|
||||
encodedString: ${{ secrets.WINDOWS_CERT }}
|
||||
|
||||
- name: Build/Release Electron app
|
||||
run: yarn electron:make
|
||||
working-directory: ./static
|
||||
|
||||
@@ -21,7 +21,9 @@ module.exports = {
|
||||
'name': '@electron-forge/maker-squirrel',
|
||||
'config': {
|
||||
'name': 'Logseq',
|
||||
'loadingGif': './icons/installing.gif'
|
||||
'loadingGif': './icons/installing.gif',
|
||||
"certificateFile": process.env['WINDOWS_CERT_FILE'],
|
||||
"certificatePassword": process.env['WINDOWS_CERT_PASSWORD'],
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user