mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-13 17:10:35 +00:00
Fix typo
This commit is contained in:
parent
ae42e057ea
commit
a356af1dbf
@ -2841,7 +2841,7 @@ install_game_wine() {
|
|||||||
debug_print continue "Installation log file created at $tmp_install_log"
|
debug_print continue "Installation log file created at $tmp_install_log"
|
||||||
|
|
||||||
# Create the new prefix and install powershell
|
# Create the new prefix and install powershell
|
||||||
export WINE="$wine_path"/wine
|
export WINE="$wine_path/wine"
|
||||||
export WINEPREFIX="$install_dir"
|
export WINEPREFIX="$install_dir"
|
||||||
debug_print continue "Preparing the wine prefix. Please wait; this will take a moment..."
|
debug_print continue "Preparing the wine prefix. Please wait; this will take a moment..."
|
||||||
"$winetricks_bin" -q arial tahoma dxvk powershell win11 >"$tmp_install_log" 2>&1
|
"$winetricks_bin" -q arial tahoma dxvk powershell win11 >"$tmp_install_log" 2>&1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user