Skip to content

Commit

Permalink
Remove adding executable permissiosn to .desktop files
Browse files Browse the repository at this point in the history
.desktop files do not need executable permissions.

Fixes #667
  • Loading branch information
daniel-123 authored Jan 27, 2024
1 parent b22c9ab commit e7b824c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ client:
cp syncplay/resources/syncplay.desktop $(APP_SHORTCUT_PATH)/
gzip docs/syncplay.1 --stdout > $(SHARE_PATH)/man/man1/syncplay.1.gz

ifeq ($(SINGLE_USER),false)
chmod 755 $(APP_SHORTCUT_PATH)/syncplay.desktop
endif

u-client:
-rm $(BIN_PATH)/syncplay
-rm $(LIB_PATH)/syncplay/syncplayClient.py
Expand All @@ -84,10 +80,6 @@ server:
cp syncplay/resources/syncplay-server.desktop $(APP_SHORTCUT_PATH)/
gzip docs/syncplay-server.1 --stdout > $(SHARE_PATH)/man/man1/syncplay-server.1.gz

ifeq ($(SINGLE_USER),false)
chmod 755 $(APP_SHORTCUT_PATH)/syncplay-server.desktop
endif

u-server:
-rm $(BIN_PATH)/syncplay-server
-rm $(LIB_PATH)/syncplay/syncplayServer.py
Expand Down

0 comments on commit e7b824c

Please sign in to comment.