Skip to content

Commit

Permalink
install: fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Mar 13, 2024
1 parent 1bb261a commit 7a56b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ else
"distrobox-$(echo "${release_name}" | sed 's/.tar.gz//g')"/icons/terminal-distrobox-icon.svg
for sz in 16 22 24 32 36 48 64 72 96 128 256; do
install -D -m 0644 -t "${icon_dest_path}/${sz}x${sz}/apps" \
"distrobox-$(echo "${release_name}" | sed 's/.tar.gz//g')"/icons/hicolor/"${sz}x${sz}"/apps/terminal-distrobox-icon.png
"distrobox-$(echo "${release_name}" | sed 's/.tar.gz//g')/icons/hicolor/${sz}x${sz}/apps/terminal-distrobox-icon.png"
done
fi

Expand Down

0 comments on commit 7a56b6e

Please sign in to comment.