Tahoma font for 2.0 launcher

This commit is contained in:
the-sane 2024-10-02 01:07:04 -04:00
parent 938c7ef42a
commit 4828e378c8
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
}, },
{ {
"task": { "task": {
"app": "arial win11", "app": "arial tahoma win11",
"arch": "win64", "arch": "win64",
"description": "Installing wine components", "description": "Installing wine components",
"name": "winetricks", "name": "winetricks",

View File

@ -2578,7 +2578,7 @@ install_game_wine() {
# Install powershell # Install powershell
debug_print continue "Installing wine components. Please wait, this may take a moment..." 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 # Run the installer
debug_print continue "Installing the launcher. Please wait, this may take a moment..." debug_print continue "Installing the launcher. Please wait, this may take a moment..."