Update roadmap and build workflow

This commit is contained in:
2026-05-13 22:25:43 +00:00
parent 474b92b1ee
commit 7c85a6f91d
6 changed files with 89 additions and 28 deletions
+3 -3
View File
@@ -15,7 +15,7 @@ if not exist "%BUILD_BAT%" (
echo %UE_ROOT%
echo.
echo Edit UE_ROOT in this script if your engine is installed somewhere else.
pause
if not defined AGRARIAN_NO_PAUSE pause
exit /b 1
)
@@ -31,7 +31,7 @@ if not "%BUILD_EXIT_CODE%"=="0" (
echo Build failed with exit code %BUILD_EXIT_CODE%.
echo Log file: %LOG_FILE%
echo.
pause
if not defined AGRARIAN_NO_PAUSE pause
exit /b %BUILD_EXIT_CODE%
)
@@ -39,5 +39,5 @@ echo.
echo Build completed successfully.
echo Log file: %LOG_FILE%
echo.
pause
if not defined AGRARIAN_NO_PAUSE pause
exit /b 0