Update workflow (again)

This commit is contained in:
2026-01-13 00:04:00 -06:00
parent 29e52288df
commit 4d20d7744a

View File

@@ -29,11 +29,13 @@ jobs:
.\scripts\build.ps1 .\scripts\build.ps1
mv src/dist scripts\TWBlue64 mv src/dist scripts\TWBlue64
- name: Setup NSIS - name: Install NSIS
working-directory: scripts run: choco install nsis
uses: joncloud/makensis-action@v5
with: - name: make installer
script-file: twblue.nsi run: |
cd scripts
makensis twblue.nsi
- name: Create portable - name: Create portable
working-directory: scripts\TWBlue64 working-directory: scripts\TWBlue64