Skip to content

Commit 5a6528c

Browse files
authored
Update htop-appimage.sh
1 parent f7e44bc commit 5a6528c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htop-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cp ./share/applications/*.desktop ./ && cp ./share/pixmaps/* ./htop.png && ln -s
2121
# AppRun
2222
cat >> ./AppRun << 'EOF'
2323
#!/bin/sh
24-
CURRENTDIR="$(readlink -f "$(dirname "$0")")"
24+
CURRENTDIR="$(dirname "$(readlink -f "$0")")"
2525
"$CURRENTDIR/bin/htop" "$@"
2626
EOF
2727
chmod a+x ./AppRun

0 commit comments

Comments
 (0)