Repo Cleanup

This commit is contained in:
2026-07-10 17:30:10 +12:00
parent ca92123cd9
commit 5b031975d0
58 changed files with 112 additions and 2464 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ if not exist "%UL_SDK%\include" (
echo Linking Ultralight SDK from:
echo %UL_SDK%
powershell -NoProfile -ExecutionPolicy Bypass -File "%SCRIPT_DIR%scripts\setup-ultralight-link.ps1" -SdkPath "%UL_SDK%"
powershell -NoProfile -ExecutionPolicy Bypass -File "%SCRIPT_DIR%tools\scripts\setup-ultralight-link.ps1" -SdkPath "%UL_SDK%"
if errorlevel 1 (
echo Failed to link Ultralight SDK.
exit /b 1