Skip to content

Commit

Permalink
fix icon directory
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Nov 1, 2024
1 parent 83390b0 commit 725fb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ done
for icon_file_path in "${REPO_DIR}"/Desktop/*.svg; do
cp "${icon_file_path}" "${ICON_PACKAGES_DIR}/" || echo "Failed to copy ${icon_file_path}"
done
gtk-update-icon-cache "${ICON_DIR}"
gtk-update-icon-cache "${ICON_PACKAGES_DIR}"

0 comments on commit 725fb4c

Please sign in to comment.