Skip to content

Commit

Permalink
install nsis to sign packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed May 3, 2024
1 parent 4e24459 commit f4e74c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
- name: Build Package
run: npm run build

- name: 'Install makensis (apt)'
run: sudo apt update && sudo apt install -y nsis nsis-pluginapi

- name: Sign Windows package
run: |
npm run sign:win
Expand Down

0 comments on commit f4e74c7

Please sign in to comment.