Allow commandline params to be passed through to the patched apprun file (#5777)

This commit is contained in:
7oxicshadow 2022-05-04 07:24:10 +01:00 committed by GitHub
parent a565182b2b
commit d1117aafac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
$APPDIR/AppRun-patched
$APPDIR/AppRun-patched "$@"