Added nsis to github actions' path

This commit is contained in:
2026-01-13 00:15:19 -06:00
parent 4d20d7744a
commit 9688c20dd9

View File

@@ -32,6 +32,9 @@ jobs:
- name: Install NSIS - name: Install NSIS
run: choco install nsis run: choco install nsis
- name: Add NSIS to PATH
run: echo "C:\Program Files (x86)\NSIS" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: make installer - name: make installer
run: | run: |
cd scripts cd scripts