diff --git a/install-discord-linux.sh b/install-discord-linux.sh index b6e2fee..dcac8ce 100755 --- a/install-discord-linux.sh +++ b/install-discord-linux.sh @@ -194,6 +194,7 @@ if [[ ! -f $INSTALLED_DESKTOP_FILE ]]; then else # If there is a change for any reason update it if [[ "$(<$DESKTOP_FILE)" != "$(<$INSTALLED_DESKTOP_FILE)" ]]; then + log "Desktop file for new version of discord has changed. Updating the existing installation" DESKTOP_FILE_NEEDS_UPDATE=1 fi fi