diff --git a/lib/lutris-starcitizen.json b/lib/lutris-starcitizen.json index 5fab7a9..5df359a 100644 --- a/lib/lutris-starcitizen.json +++ b/lib/lutris-starcitizen.json @@ -49,6 +49,15 @@ "prefix": "$GAMEDIR" } }, + { + "task": { + "app": "arial win11", + "arch": "win64", + "description": "Installing wine components", + "name": "winetricks", + "prefix": "$GAMEDIR" + } + }, { "task": { "arch": "win64", diff --git a/lug-helper.sh b/lug-helper.sh index b7fd696..3869fb2 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2577,8 +2577,8 @@ install_game_wine() { wine reg add "HKEY_CURRENT_USER\Software\Wine\FileOpenAssociations" /v Enable /d N /f >"$tmp_install_log" 2>&1 # Install powershell - debug_print continue "Installing dxvk and powershell. Please wait, this may take a moment..." - winetricks -q dxvk powershell >>"$tmp_install_log" 2>&1 + debug_print continue "Installing wine components. Please wait, this may take a moment..." + winetricks -q arial dxvk powershell >>"$tmp_install_log" 2>&1 # Run the installer debug_print continue "Installing the launcher. Please wait, this may take a moment..."