Files
dark_hal/build_all.bat

6 lines
145 B
Batchfile
Raw Normal View History

2026-03-13 12:56:43 -07:00
@echo off
echo Building DarkHal 2.0 for all platforms...
echo (Windows x64, Linux x64, Linux ARM64)
echo.
python build_all_platforms.py all
pause