mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-29 05:59:02 +00:00
Install arial font into prefix
This commit is contained in:
parent
bc3b6e13ca
commit
938c7ef42a
@ -49,6 +49,15 @@
|
|||||||
"prefix": "$GAMEDIR"
|
"prefix": "$GAMEDIR"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"task": {
|
||||||
|
"app": "arial win11",
|
||||||
|
"arch": "win64",
|
||||||
|
"description": "Installing wine components",
|
||||||
|
"name": "winetricks",
|
||||||
|
"prefix": "$GAMEDIR"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"task": {
|
"task": {
|
||||||
"arch": "win64",
|
"arch": "win64",
|
||||||
|
@ -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
|
wine reg add "HKEY_CURRENT_USER\Software\Wine\FileOpenAssociations" /v Enable /d N /f >"$tmp_install_log" 2>&1
|
||||||
|
|
||||||
# Install powershell
|
# Install powershell
|
||||||
debug_print continue "Installing dxvk and powershell. Please wait, this may take a moment..."
|
debug_print continue "Installing wine components. Please wait, this may take a moment..."
|
||||||
winetricks -q dxvk powershell >>"$tmp_install_log" 2>&1
|
winetricks -q arial 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…
x
Reference in New Issue
Block a user