mirror of https://github.com/Syncplay/syncplay
Added button icons to linux installer.
This commit is contained in:
parent
c14b7a27b4
commit
4825bc6763
3
Makefile
3
Makefile
|
@ -20,9 +20,10 @@ else
|
|||
endif
|
||||
|
||||
common:
|
||||
-mkdir -p $(LIB_PATH)/syncplay/
|
||||
-mkdir -p $(LIB_PATH)/syncplay/resources/
|
||||
cp -r syncplay $(LIB_PATH)/syncplay/
|
||||
cp -r resources/hicolor $(SHARE_PATH)/icons/
|
||||
cp -r resources/*.png $(LIB_PATH)/syncplay/resources/
|
||||
cp resources/hicolor/48x48/apps/syncplay.png $(SHARE_PATH)/app-install/icons/
|
||||
cp resources/hicolor/48x48/apps/syncplay.png $(SHARE_PATH)/pixmaps/
|
||||
|
||||
|
|
Loading…
Reference in New Issue