summarylogtreecommitdiffstats
path: root/upscayl-run
diff options
context:
space:
mode:
authorKevin MacMartin2023-09-11 22:36:50 -0400
committerKevin MacMartin2023-09-11 22:36:50 -0400
commit324232adab7e45983c5e09eea32182f1e0b95518 (patch)
tree220d20ab3ac12668ed0a8ffb03097f0e65ad56d1 /upscayl-run
parentacc54cde1fd9a0521b07ef98d15f87346e36932c (diff)
downloadaur-324232adab7e45983c5e09eea32182f1e0b95518.tar.gz
Update to use the non-appimage-binary version and fix 2.8.0
Diffstat (limited to 'upscayl-run')
-rwxr-xr-xupscayl-run4
1 files changed, 4 insertions, 0 deletions
diff --git a/upscayl-run b/upscayl-run
new file mode 100755
index 000000000000..bd57ae46e759
--- /dev/null
+++ b/upscayl-run
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+cd /usr/lib/upscayl || exit
+./upscayl "$@"