From d1117aafac9838ca689cd54b04f3c885d737d425 Mon Sep 17 00:00:00 2001 From: 7oxicshadow <7oxicshadow@googlemail.com> Date: Wed, 4 May 2022 07:24:10 +0100 Subject: [PATCH] Allow commandline params to be passed through to the patched apprun file (#5777) --- .github/workflows/scripts/linux/AppRun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/linux/AppRun b/.github/workflows/scripts/linux/AppRun index 1fc9ff0905..d40a327f1b 100755 --- a/.github/workflows/scripts/linux/AppRun +++ b/.github/workflows/scripts/linux/AppRun @@ -1,3 +1,3 @@ #!/bin/bash -$APPDIR/AppRun-patched +$APPDIR/AppRun-patched "$@"