mirror of
				https://github.com/the-sane/lug-helper.git
				synced 2025-10-31 21:32:47 +00:00 
			
		
		
		
	Make sure the icons directory exists
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user