alpha v0.0973

This commit is contained in:
2026-08-11 15:07:16 +03:00
parent 46c124056e
commit b9d8559b50
4 changed files with 114 additions and 21 deletions

View File

@@ -1,4 +1,10 @@
@echo off
chcp 65001 >nul
echo ============================================================
echo INVENTERA WEB APPLICATION INSTALLER
echo This build does not include the client agent or RustDesk.
echo ============================================================
echo.
rem Build the installer for the complete Inventera web application.
call "%~dp0build_inventera_installer_windows.bat" "%~1"
exit /b %errorlevel%