mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 17:44:25 +00:00
Make sure the icons directory exists
This commit is contained in:
parent
ea331a6cae
commit
dd30f454e1
@ -2763,8 +2763,9 @@ install_game_wine() {
|
|||||||
# Modify the .desktop files installed by wine to exec the game launch script
|
# Modify the .desktop files installed by wine to exec the game launch script
|
||||||
debug_print continue "Updating .desktop files installed by wine..."
|
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
|
if [ -f "$rsi_icon" ]; then
|
||||||
|
mkdir -p "$HOME/.local/share/icons/hicolor/256x256/apps" &&
|
||||||
cp "$rsi_icon" "$HOME/.local/share/icons/hicolor/256x256/apps"
|
cp "$rsi_icon" "$HOME/.local/share/icons/hicolor/256x256/apps"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user