We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80404e9 commit 8c8c91fCopy full SHA for 8c8c91f
resources/AppRun.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-this_dir="$(readlink -f "$(dirname "$0")")"
+this_dir="$(dirname -- "$(readlink -f -- "$0")")"
6
7
# make appimagetool prefer the bundled mksquashfs
8
export PATH="$this_dir"/usr/bin:"$PATH"
0 commit comments