Merge pull request #775 from 0-Kutya-0/dev

Update build.yml
This commit is contained in:
parhelia512 2025-09-17 06:32:52 +08:00 committed by GitHub
commit 08cd375d8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,7 +187,7 @@ jobs:
run: |
choco install nsis
cp .\script\windows_installer.nsi .
makensis windows_installer.nsi
"C:\Program Files (x86)\NSIS\makensis.exe" windows_installer.nsi
cp ThroneSetup.exe deployment/
- name: Linux - Generate MakeFile and Build
shell: bash