Skip to content

Commit

Permalink
Fix issue installing when applications directory is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia98 committed Oct 21, 2023
1 parent 6a71647 commit 006d4ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 006d4ed

Please sign in to comment.