Commit aca066ce authored by Vitaly Lipatov's avatar Vitaly Lipatov

generic-appimage.sh: use cd & run (some progs runs only relative to current dir)

parent 451bb4d4
......@@ -81,7 +81,7 @@ done
# hack for remove MacOS only stuffs
remove_dir $(find $BUILDROOT -type d -name "*catalina*" | sed -e "s|$BUILDROOT||")
add_bin_exec_command $PRODUCT $PRODUCTDIR/AppRun
add_bin_cdexec_command $PRODUCT $PRODUCTDIR/AppRun
# Strange AppRun script uses args as path, so override path detection
subst "2iexport APPDIR=$PRODUCTDIR" $BUILDROOT/usr/bin/$PRODUCT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment