Add investor demo compatibility launchers
This commit is contained in:
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user