From a552fe2b158b75496177f3f470c144569fa19d95 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 21 Oct 2023 16:26:18 +0200 Subject: Fix command-line args. With this commits (command-line) are properly set. Before they were always (guile). --- scripts/run-game.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/run-game.in (limited to 'scripts/run-game.in') diff --git a/scripts/run-game.in b/scripts/run-game.in new file mode 100644 index 0000000..3a1020d --- /dev/null +++ b/scripts/run-game.in @@ -0,0 +1,7 @@ +#!@GUILE@ \ +--no-auto-compile -e main -s +!# + +(use-modules (game main)) +(define* (main #:optional (args (command-line))) + (launch-game args)) -- cgit v1.2.3