From 17ad4a602ab23a0c48602a98cfc9f6c09368cfca Mon Sep 17 00:00:00 2001 From: Bob-Z Date: Sat, 22 May 2021 15:58:53 +0200 Subject: [PATCH] Allow command line arguments on Itch linux build. --- tools/linux/RunRoR | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/linux/RunRoR b/tools/linux/RunRoR index 6e7010a694..37aecfb841 100644 --- a/tools/linux/RunRoR +++ b/tools/linux/RunRoR @@ -1,3 +1,3 @@ #!/bin/sh export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./lib/ -./RoR +./RoR $@