Skip to content

Commit 977e50a

Browse files
committed
Update
1 parent b105319 commit 977e50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.local/bin/xtracticon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ if [ -f "$icon" ]; then
1010
cp /tmp/xtracticon ~/Desktop/icon.icns
1111
rm /tmp/xtracticon
1212
else
13-
echo "Custom icon not found in resource fork: $(dirname $1)/$(basename $1)/Icon?/..namedfork/rsrc"
13+
echo "Custom icon not found in resource fork: "$(dirname "$1")/$(basename "$1")/$(printf 'Icon\r')"/..namedfork/rsrc"
1414
fi

0 commit comments

Comments
 (0)