From d7ed2675cc2db1dfcbf21889ea47ab2ccf6c46bd Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sat, 23 May 2020 21:49:14 -0400 Subject: [PATCH] Make the shortcut executable. --- minetestenv-in-place.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/minetestenv-in-place.rc b/minetestenv-in-place.rc index 8150530..6ba08b5 100644 --- a/minetestenv-in-place.rc +++ b/minetestenv-in-place.rc @@ -130,6 +130,7 @@ install_shortcut(){ if [ -d "$HOME/Desktop" ]; then cp -f "$dest_icon" "$HOME/Desktop/$_DST_SHORTCUT_NAME" fi + chmod +x "$HOME/Desktop/$_DST_SHORTCUT_NAME" if [ "@$enable_clear_icon_cache" = "@true" ]; then if [ -f "`command -v gnome-shell`" ]; then echo "Refreshing Gnome icons..."