From 4d20d7744a04794314688ad8851ead7efcc81067 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 13 Jan 2026 00:04:00 -0600 Subject: [PATCH] Update workflow (again) --- .github/workflows/release.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9182db6..90fbc780 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,11 +29,13 @@ jobs: .\scripts\build.ps1 mv src/dist scripts\TWBlue64 - - name: Setup NSIS - working-directory: scripts - uses: joncloud/makensis-action@v5 - with: - script-file: twblue.nsi + - name: Install NSIS + run: choco install nsis + + - name: make installer + run: | + cd scripts + makensis twblue.nsi - name: Create portable working-directory: scripts\TWBlue64