Skip to content

Commit

Permalink
chore: sign win
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Feb 22, 2024
1 parent 0f832d6 commit 956c0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
run: |
Copy-Item server/src electron-app/src/sync-agent -r
npm run make-win
& 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x86\signtool.exe' sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /f C:\Users\user\Documents\nuclia-certificate.cer /csp "eToken Base Cryptographic Provider" /kc "[$CERTIFICATE_READER{{$CERTIFICATE_PASSWORD}}]=$CERTIFICATE_CONTAINER_ID" electron-app/out/make/squirrel.windows/x64/Nuclia-Sync-Setup.exe
- name: Release Windows installer
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 956c0e0

Please sign in to comment.