move all files

This commit is contained in:
2026-08-10 21:45:47 +02:00
parent 94b4ed7fb3
commit 26d3530b86
24 changed files with 47 additions and 48 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
# Starts MarcerGameDvdLauncher (script is in scripts/, code in src/)
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
EXE_PATH="$SCRIPT_DIR/../src/MarcerGameDvdLauncher/bin/Release/net10.0/MarcerGameDvdLauncher"
if [ ! -f "$EXE_PATH" ]; then
echo "[ERROR] Application not built. Please run build.sh first."
exit 1
fi
cd "$SCRIPT_DIR/../src/MarcerGameDvdLauncher/bin/Release/net10.0"
./MarcerGameDvdLauncher