From 8d37a73883d392dc8db5abdeaae28b4ce6aefa6c Mon Sep 17 00:00:00 2001 From: namedkitten Date: Tue, 5 May 2020 15:46:47 +0100 Subject: [PATCH] Add wrapper to send args. --- KittehPlayer-Wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KittehPlayer-Wrapper b/KittehPlayer-Wrapper index 8653aa6..4c79d6b 100755 --- a/KittehPlayer-Wrapper +++ b/KittehPlayer-Wrapper @@ -1,3 +1,3 @@ #!/bin/bash source /opt/qt512/bin/qt512-env.sh -exec KittehPlayer-bin \ No newline at end of file +exec KittehPlayer-bin "$@" \ No newline at end of file