Beta_cartrigesg_bd Beta v0.11

This commit is contained in:
2026-08-02 17:22:09 +03:00
parent 5f7e4efbae
commit e6b8538679
21 changed files with 42 additions and 42 deletions

View File

@@ -23,7 +23,7 @@ if "%BUILD_SERVICE%"=="1" (
echo Missing Windows service spec: %SERVICE_SPEC%
goto :fail
)
for %%I in (start bd bd_setup proces finish) do (
for %%I in (start check setup_db select_folder process_setup finish) do (
if not exist "installer\assets\cartridge\%%I.bmp" (
echo Missing cartridge installer image: installer\assets\cartridge\%%I.bmp
goto :fail