updated icon to git comet
This commit is contained in:
parent
15a3816659
commit
d7407aec00
34 changed files with 912 additions and 275 deletions
|
|
@ -19,7 +19,7 @@ icondir="${XDG_DATA_HOME:-${HOME}/.local/share}/icons/hicolor/scalable/apps"
|
|||
|
||||
rm -f "${bindir}/gitgpui-app"
|
||||
rm -f "${appdir}/gitgpui.desktop"
|
||||
rm -f "${icondir}/gitgpui.svg"
|
||||
rm -f "${icondir}/gitcomet-512.svg"
|
||||
|
||||
command -v update-desktop-database >/dev/null 2>&1 && update-desktop-database "$appdir" >/dev/null 2>&1 || true
|
||||
command -v gtk-update-icon-cache >/dev/null 2>&1 && gtk-update-icon-cache "${XDG_DATA_HOME:-${HOME}/.local/share}/icons/hicolor" >/dev/null 2>&1 || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue