mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 16:34:21 +00:00
Tahoma font for 2.0 launcher
This commit is contained in:
parent
938c7ef42a
commit
4828e378c8
@ -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",
|
||||||
|
@ -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..."
|
||||||
|
Loading…
Reference in New Issue
Block a user