mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-24 02:26:02 +10:00
update
This commit is contained in:
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Windows Build
|
- name: Windows Build
|
||||||
run: |
|
run: |
|
||||||
New-Item -ItemType Directory -Force -Path "build\windows"
|
New-Item -ItemType Directory -Force -Path "build\windows"
|
||||||
& "D:\Godot\Godot_v4.4.1-stable_win64.exe" --headless --verbose --export-release "Windows Desktop" "build\windows\PNGTuber-Plus.exe"
|
& "D:\Godot\Godot_v4.4.1-stable_win64.exe" --headless --export-release "Windows Desktop" "build\windows\PNGTuber-Plus.exe"
|
||||||
Write-Host "Godot exit code: $LASTEXITCODE"
|
Write-Host "Godot exit code: $LASTEXITCODE"
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ if not exist "build\windows" mkdir "build\windows"
|
|||||||
|
|
||||||
rem Build the project
|
rem Build the project
|
||||||
echo Running Godot export...
|
echo Running Godot export...
|
||||||
"D:\Godot\Godot_v4.4.1-stable_win64.exe" --headless --verbose --export-release "Windows Desktop" "build\windows\PNGTuber-Plus.exe"
|
"D:\Godot\Godot_v4.4.1-stable_win64.exe" --headless --export-release "Windows Desktop" "build\windows\PNGTuber-Plus.exe"
|
||||||
|
|
||||||
if %ERRORLEVEL% EQU 0 (
|
if %ERRORLEVEL% EQU 0 (
|
||||||
echo.
|
echo.
|
||||||
|
|||||||
Reference in New Issue
Block a user