From dd30f454e13412e68837b4ce98713ff56ae627cd Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:25:34 -0400 Subject: [PATCH] Make sure the icons directory exists --- lug-helper.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 9c99f91..66f354a 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2763,8 +2763,9 @@ install_game_wine() { # Modify the .desktop files installed by wine to exec the game launch script debug_print continue "Updating .desktop files installed by wine..." - # Copy the bundled RSI icon to the Helper's config directory + # Copy the bundled RSI Launcher icon to the .local icons directory if [ -f "$rsi_icon" ]; then + mkdir -p "$HOME/.local/share/icons/hicolor/256x256/apps" && cp "$rsi_icon" "$HOME/.local/share/icons/hicolor/256x256/apps" fi