From 6f6caf3c5a7ce1a759d1001852e12f19c4310077 Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Mon, 13 Apr 2026 19:38:11 +0300 Subject: [PATCH] Build [v1.8.2] (Fix missing scripts in bundle) --- USER_GUIDE.md | 2 +- VERSION.json | 4 ++-- export_prod.sh | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/USER_GUIDE.md b/USER_GUIDE.md index 9ae5abdc..3829ee45 100644 --- a/USER_GUIDE.md +++ b/USER_GUIDE.md @@ -146,5 +146,5 @@ For detailed technical documentation, see the [Project Architecture](../PROJECT_ --- -**Version:** v1.8.1 +**Version:** v1.8.2 **Last Updated:** 2026-04-13 diff --git a/VERSION.json b/VERSION.json index 99f859ea..c46ab395 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1,5 +1,5 @@ { - "version": "1.8.1", - "last_build": "2026-04-13-1936", + "version": "1.8.2", + "last_build": "2026-04-13-1939", "codename": "ConfigSync" } \ No newline at end of file diff --git a/export_prod.sh b/export_prod.sh index 32651493..f65489f4 100755 --- a/export_prod.sh +++ b/export_prod.sh @@ -21,6 +21,7 @@ rsync -a --exclude '__pycache__' --exclude '.pytest_cache' --exclude '.venv' --e # Orchestration, Config & Scripts cp docker-compose.yml "$PROD_DIR/" rsync -a config/ "$PROD_DIR/config/" +rsync -a scripts/ "$PROD_DIR/scripts/" cp start_server.sh "$PROD_DIR/" cp run_standalone.sh "$PROD_DIR/" cp install_service.sh "$PROD_DIR/"