Add investor demo compatibility launchers

This commit is contained in:
2026-05-14 01:20:00 -07:00
parent 1eb752536c
commit 0a27d9a0b4
4 changed files with 105 additions and 0 deletions
+9
View File
@@ -54,6 +54,15 @@ if not "%PACKAGE_EXIT_CODE%"=="0" (
exit /b %PACKAGE_EXIT_CODE%
)
call "%PROJECT_DIR%\Scripts\InstallWindowsDemoLaunchers.bat" "%ARCHIVE_DIR%"
set "LAUNCHER_EXIT_CODE=%ERRORLEVEL%"
if not "%LAUNCHER_EXIT_CODE%"=="0" (
echo.
echo Launcher install failed with exit code %LAUNCHER_EXIT_CODE%.
exit /b %LAUNCHER_EXIT_CODE%
)
echo.
echo Package completed successfully.
echo Archive: %ARCHIVE_DIR%