From 490e067911beb3e20894d6a8f1e0cd54803efbcf Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 7 Apr 2021 17:47:50 +1000 Subject: [PATCH] use APPDIR env variable --- app/packaging/linux/AppRun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/packaging/linux/AppRun b/app/packaging/linux/AppRun index ddd63ced9..22bb500b8 100755 --- a/app/packaging/linux/AppRun +++ b/app/packaging/linux/AppRun @@ -3,7 +3,7 @@ # Custom AppRun that ensures the AppImage doesn't dismount before olive-crashhandler exits # Run main program -usr/bin/olive-editor +$APPDIR/usr/bin/olive-editor # Wait arbitrary amount of time sleep 5