From bf6239b1168d30d611a7653ea547e2f598c1bab5 Mon Sep 17 00:00:00 2001 From: pryme-svg Date: Tue, 27 Oct 2020 10:05:36 -0700 Subject: [PATCH] forgot to make executable --- Lightcord_installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lightcord_installer.sh b/Lightcord_installer.sh index d171563..98ac183 100644 --- a/Lightcord_installer.sh +++ b/Lightcord_installer.sh @@ -76,6 +76,8 @@ case $selection in printf "[$(tput setaf 12 && tput blink)INFO$(tput sgr0)] $(tput setaf 7)Generating and moving Lightcord.desktop file to /usr/share/Lightcord.desktop$(tput sgr0)\n"; rm -rf /usr/share/applications/Lightcord.desktop echo -e "[Desktop Entry]\nName=Lightcord\nComment[fr_FR]=Un client Discord simple et personalisable\nComment=A simple - customizable - Discord Client\nExec=/opt/Lightcord/lightcord\nIcon=lightcord\nTerminal=false\nType=Application\nCategories=Network;InstantMessaging;P2P;" >> /usr/share/applications/Lightcord.desktop + printf "[$(tput setaf 12 && tput blink)INFO$(tput sgr0)] $(tput setaf 7)Giving /usr/share/Lightcord.desktop execute permissions$(tput sgr0)\n"; + chmod +x /usr/share/applications/Lightcord.desktop; printf "[$(tput setaf 12 && tput blink)INFO$(tput sgr0)] $(tput setaf 7)Cleaning up$(tput sgr0)\n"; rm -rf Lightcord.*; rm -rf Lightcord;