This commit is contained in:
2025-11-30 14:07:00 +01:00
parent 0e4064a187
commit 344a27a336

View File

@ -201,13 +201,11 @@ create_launchers() {
launch_command="open \"./${app_dir}\""
fi
{
cat <<'CMD'
cat > "$PACKAGE_DIR/Launch-Tetris.command" <<EOF
#!/usr/bin/env bash
cd "$(dirname "$0")"
CMD
printf '%s\n' "${launch_command}"
} > "$PACKAGE_DIR/Launch-Tetris.command"
cd "\$(dirname \"\$0\")"
${launch_command}
EOF
chmod +x "$PACKAGE_DIR/Launch-Tetris.command"
cat > "$PACKAGE_DIR/README-mac.txt" <<EOF