mirror of https://github.com/Syncplay/syncplay
Added buzzer.wav to linux installer.
This commit is contained in:
parent
d130390c9e
commit
cbdf10075e
3
Makefile
3
Makefile
|
@ -34,11 +34,14 @@ client:
|
||||||
echo '#!/bin/sh\npython -OO $(LIB_PATH)/syncplay/syncplayClient.py "$$@"' > $(BIN_PATH)/syncplay
|
echo '#!/bin/sh\npython -OO $(LIB_PATH)/syncplay/syncplayClient.py "$$@"' > $(BIN_PATH)/syncplay
|
||||||
chmod a+x $(BIN_PATH)/syncplay
|
chmod a+x $(BIN_PATH)/syncplay
|
||||||
cp syncplayClient.py $(LIB_PATH)/syncplay/
|
cp syncplayClient.py $(LIB_PATH)/syncplay/
|
||||||
|
-mkdir -p $(LIB_PATH)/syncplay/resources
|
||||||
|
cp resources/buzzer.wav $(LIB_PATH)/syncplay/resources/
|
||||||
cp resources/syncplay.desktop $(APP_SHORTCUT_PATH)/
|
cp resources/syncplay.desktop $(APP_SHORTCUT_PATH)/
|
||||||
|
|
||||||
u-client:
|
u-client:
|
||||||
-rm $(BIN_PATH)/syncplay
|
-rm $(BIN_PATH)/syncplay
|
||||||
-rm $(LIB_PATH)/syncplay/syncplayClient.py
|
-rm $(LIB_PATH)/syncplay/syncplayClient.py
|
||||||
|
-rm -rf $(LIB_PATH)/syncplay/resources
|
||||||
-rm $(APP_SHORTCUT_PATH)/syncplay.desktop
|
-rm $(APP_SHORTCUT_PATH)/syncplay.desktop
|
||||||
|
|
||||||
server:
|
server:
|
||||||
|
|
Loading…
Reference in New Issue