mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
Update build.yml
This commit is contained in:
parent
e62a80638d
commit
b994c50034
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -182,12 +182,12 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
./script/deploy_windows.sh ${{ matrix.target }}
|
./script/deploy_windows.sh ${{ matrix.target }}
|
||||||
- name: Build Installer with NSIS
|
- name: Build Installer with NSIS
|
||||||
shell: cmd
|
shell: powershell
|
||||||
if: matrix.platform == 'windows-latest' && matrix.qt_version != '6.2.12'
|
if: matrix.platform == 'windows-latest' && matrix.qt_version != '6.2.12'
|
||||||
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
|
makensis 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user