From aa558673e4bbbd93bbbe4ab7e2f49eb872d4105a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fauconnier?= Date: Fri, 24 Sep 2021 15:47:33 +0200 Subject: [PATCH] pass arguments through run.sh script so ubz files can be double clicked again --- resources/linux/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/linux/run.sh b/resources/linux/run.sh index a179fb4b..c3b1fe85 100644 --- a/resources/linux/run.sh +++ b/resources/linux/run.sh @@ -25,4 +25,4 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" # Add custom libraries to LD_LIBRARY_PATH # TODO: Remomve the need for this -env LD_LIBRARY_PATH=$DIR/qtlib:$LD_LIBRARY_PATH QT_PLUGIN_PATH=$DIR/plugins $DIR/OpenBoard +env LD_LIBRARY_PATH=$DIR/qtlib:$LD_LIBRARY_PATH QT_PLUGIN_PATH=$DIR/plugins $DIR/OpenBoard "$@"