From 9d2f9c9f022167557dfc6e5ea43ce6e604e2613a Mon Sep 17 00:00:00 2001 From: daniel-123 Date: Mon, 25 May 2020 23:26:16 +0200 Subject: [PATCH] Revert part of the changes from #249 which resulted in missing icons in context menus. --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 26e75a3..9400be5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -43,10 +43,12 @@ common: cp -r syncplay/resources/*.png $(LIB_PATH)/syncplay/syncplay/resources/ cp -r syncplay/resources/*.lua $(LIB_PATH)/syncplay/syncplay/resources/ cp -r syncplay/resources/lua/intf/*.lua $(LIB_PATH)/syncplay/syncplay/resources/lua/intf/ + cp syncplay/resources/hicolor/128x128/apps/syncplay.png $(SHARE_PATH)/pixmaps/ u-common: -rm -rf $(LIB_PATH)/syncplay -rm $(SHARE_PATH)/icons/hicolor/*/apps/syncplay.png + -rm $(SHARE_PATH)/pixmaps/syncplay.png client: -mkdir -p $(BIN_PATH)