We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9102763 commit 0b20b06Copy full SHA for 0b20b06
scripts/geeqie-download-appimage.sh
@@ -330,4 +330,13 @@ then
330
else
331
ln --symbolic --force "Geeqie$minimal-latest-$architecture.AppImage" geeqie
332
fi
333
+
334
+ # Fix problems in linuxdeploy
335
+ # https://github.com/linuxdeploy/linuxdeploy/issues/303
336
+ # https://github.com/linuxdeploy/linuxdeploy/issues/304
337
+ # shellcheck disable=SC2016
338
+ sed -i '/^this_dir/ c\this_dir=$(dirname "$(readlink -f "$BASH_SOURCE")")' "./Geeqie$minimal-latest-$architecture-AppImage/squashfs-root/AppRun"
339
340
341
+ sed -i '/^exec/ c\exec $(readlink -f $this_dir/AppRun.wrapped) "$@"' "./Geeqie$minimal-latest-$architecture-AppImage/squashfs-root/AppRun"
342
0 commit comments