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 5c95794 commit e487c79Copy full SHA for e487c79
desktopintegration
@@ -180,7 +180,7 @@ fi
180
181
# Construct path to the icon according to
182
# http://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html
183
-ABS_APPIMAGE=$(readlink -e $APPIMAGE)
+ABS_APPIMAGE=$(readlink -e "$APPIMAGE")
184
ICONURL="file://$ABS_APPIMAGE"
185
MD5=$(echo -n $ICONURL | md5sum | cut -c -32)
186
ICONFILE="$HOME/.cache/thumbnails/normal/$MD5.png"
0 commit comments