Update build.yml

This commit is contained in:
0-Kutya-0 2025-09-17 01:11:53 +03:00 committed by GitHub
parent e62a80638d
commit e5ee33555b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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