mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-24 02:26:02 +10:00
keep itterating
This commit is contained in:
12
build-simple.bat
Normal file
12
build-simple.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
echo Building PNGTuber Plus for Windows...
|
||||
if not exist "build\windows" mkdir "build\windows"
|
||||
echo Running Godot export...
|
||||
"D:\Godot\Godot_v4.4.1-stable_win64.exe" --headless --verbose --export-release "Windows Desktop" "build\windows\PNGTuber-Plus.exe"
|
||||
if %ERRORLEVEL% EQU 0 (
|
||||
echo Build completed successfully!
|
||||
echo Output: build\windows\PNGTuber-Plus.exe
|
||||
) else (
|
||||
echo Build failed with error code %ERRORLEVEL%
|
||||
)
|
||||
pause
|
||||
Reference in New Issue
Block a user