This commit is contained in:
2025-07-19 19:25:14 +10:00
parent 7d4ecd3e58
commit 1558edf308
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- name: Windows Build
run: |
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"
continue-on-error: false

View File

@@ -8,7 +8,7 @@ if not exist "build\windows" mkdir "build\windows"
rem Build the project
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 (
echo.