Copy icon to icons
This commit is contained in:
parent
25b52c34ff
commit
8bd254a864
4
Makefile
4
Makefile
@ -11,8 +11,8 @@ install:
|
||||
cp target/release/nvim-gtk $(PREFIX)/bin/
|
||||
mkdir -p $(PREFIX)/share/applications/
|
||||
cp desktop/nvim-gtk.desktop $(PREFIX)/share/applications/
|
||||
mkdir -p $(PREFIX)/share/pixmaps/
|
||||
cp desktop/nvim-gtk.png $(PREFIX)/share/pixmaps/
|
||||
mkdir -p $(PREFIX)/share/icons/
|
||||
cp desktop/nvim-gtk.png $(PREFIX)/share/icons/
|
||||
mkdir -p $(PREFIX)/share/fonts/
|
||||
cp -n desktop/dejavu_font/*.ttf $(PREFIX)/share/fonts/
|
||||
fc-cache -fv
|
||||
|
Loading…
Reference in New Issue
Block a user