From 9649910df668410837e4ae1e02cf05d657e02abd Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Tue, 11 Aug 2026 19:34:12 +0200 Subject: [PATCH] demo.sh --- demo.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo.sh b/demo.sh index 41c0d14..6962bb8 100755 --- a/demo.sh +++ b/demo.sh @@ -13,7 +13,7 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" DEMO_DIR="$SCRIPT_DIR/.demo" ROOT_DIR="$DEMO_DIR/root" PATCH_DIR="$DEMO_DIR/patch" -CONFIG_FILE="$SCRIPT_DIR/launcher.config.json" +CONFIG_FILE="$DEMO_DIR/launcher.config.json" # --- Step 1: Build --- echo "=== Building MarcerGameDvdLauncher ===" @@ -160,7 +160,7 @@ echo "=== Writing launcher.config.json ===" HATARI_FAKE="$DEMO_DIR/hatari.exe" cat > "$HATARI_FAKE" <<'HATEXEC' #!/bin/bash -echo "[DEMO] Hatari would launch with: $@" +echo "[DEMO] Hatari would launch with: $0 $@" HATEXEC chmod +x "$HATARI_FAKE" @@ -171,7 +171,7 @@ cat > "$CONFIG_FILE" <