From 006d4edbce0504ace53edaa45cc20bd6a398cfaa Mon Sep 17 00:00:00 2001 From: Mattia98 Date: Sat, 21 Oct 2023 13:52:14 +0200 Subject: [PATCH] Fix issue installing when applications directory is missing --- discord.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/discord.sh b/discord.sh index 255a731..4bc712d 100644 --- a/discord.sh +++ b/discord.sh @@ -53,6 +53,7 @@ function install_discord() { # Update Discord to install it :/ update_discord; # Create a desktop file for this + mkdir -p ~/.local/share/applications/ cat > ~/.local/share/applications/Discord.desktop <<\EOF [Desktop Entry] Name=Discord