diff --git a/lib/lutris-starcitizen.json b/lib/lutris-starcitizen.json index 5df359a..e176712 100644 --- a/lib/lutris-starcitizen.json +++ b/lib/lutris-starcitizen.json @@ -51,7 +51,7 @@ }, { "task": { - "app": "arial win11", + "app": "arial tahoma win11", "arch": "win64", "description": "Installing wine components", "name": "winetricks", diff --git a/lug-helper.sh b/lug-helper.sh index 3869fb2..93a7ef6 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2578,7 +2578,7 @@ install_game_wine() { # Install powershell debug_print continue "Installing wine components. Please wait, this may take a moment..." - winetricks -q arial dxvk powershell >>"$tmp_install_log" 2>&1 + winetricks -q arial tahoma dxvk powershell >>"$tmp_install_log" 2>&1 # Run the installer debug_print continue "Installing the launcher. Please wait, this may take a moment..."