feat(MenuSystem): Implement unified menu system for AzerothCore management (#22786)

This commit is contained in:
Yehonal
2025-09-04 00:03:55 +02:00
committed by GitHub
parent d5d8256bc5
commit 599d206584
7 changed files with 498 additions and 164 deletions

View File

@@ -58,6 +58,9 @@ EOF
# minimal stub
EOF
# Copy the menu system needed by modules.sh
cp "$AC_TEST_ROOT/apps/bash_shared/menu_system.sh" "$TEST_DIR/apps/bash_shared/"
# Copy the real installer app into the test apps dir
mkdir -p "$TEST_DIR/apps"
cp -r "$(cd "$AC_TEST_ROOT/apps/installer" && pwd)" "$TEST_DIR/apps/installer"