We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ac018 commit 4ea4ff3Copy full SHA for 4ea4ff3
1 file changed
scripts/APPIMAGE_INSTALL.sh
@@ -4,7 +4,7 @@
4
set -e
5
6
# Move to script's directory
7
-SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
+SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
8
cd "${SCRIPT_DIR}"
9
10
#add .desktop file (which should allow most DE's easy access to the program
0 commit comments