From 938c7ef42ae0558a95cc1cddfe756b06339f77fd Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:00:48 -0400 Subject: [PATCH] Install arial font into prefix --- lib/lutris-starcitizen.json | 9 +++++++++ lug-helper.sh | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) 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..."