Install arial font into prefix

This commit is contained in:
the-sane 2024-10-02 00:00:48 -04:00
parent bc3b6e13ca
commit 938c7ef42a
2 changed files with 11 additions and 2 deletions

View File

@ -49,6 +49,15 @@
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "arial win11",
"arch": "win64",
"description": "Installing wine components",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win64",

View File

@ -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..."