Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 29, 2024
1 parent 9fd8868 commit 1398143
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:
- name: Install dependencies
run: npm install

- name: Import PFX certificate
run: |
certutil -f -p ${{ secrets.CERT_PASSWORD }} -importpfx my "$(pwd)\\tools\\certs\\dev-cert.pfx"
shell: pwsh

- name: Build Electron app
run: |
npm run make -- --arch=${{ matrix.arch }}
Expand Down
2 changes: 2 additions & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ const config: ForgeConfig = {
packageDescription: 'A simple video converter',
packageVersion: `${version}.1`,
publisher: 'CN=E0D72A6F-3D67-49D6-9EA4-99FAFB4620E5',
devCert: path.resolve('tools/certs/dev-cert.pfx'),
certPass: process.env.CERT_PASSWORD,
windowsKit: process.env.WINDOWS_KIT_PATH,
icon: path.resolve(iconDir, 'icon.ico'),
},
Expand Down
Binary file modified tools/certs/dev-cert.pfx
Binary file not shown.

0 comments on commit 1398143

Please sign in to comment.