From b994c5003495367d991765bbd56c756cf6e77f2b Mon Sep 17 00:00:00 2001 From: parhelia512 <0011d3@gmail.com> Date: Wed, 17 Sep 2025 06:23:41 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3a9ecd..57a1c00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -182,12 +182,12 @@ jobs: cd .. ./script/deploy_windows.sh ${{ matrix.target }} - name: Build Installer with NSIS - shell: cmd + shell: powershell if: matrix.platform == 'windows-latest' && matrix.qt_version != '6.2.12' run: | choco install nsis cp .\script\windows_installer.nsi . - C:\ProgramData\chocolatey\lib\nsis\tools\makensis.exe windows_installer.nsi + makensis windows_installer.nsi cp ThroneSetup.exe deployment/ - name: Linux - Generate MakeFile and Build shell: bash