mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-03-15 06:28:27 +03:00
Another small fix for dxvk applying
This commit is contained in:
parent
02abfd1b0b
commit
8cf0772f03
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ impl Version {
|
|||
|
||||
// Use wine64 to update wine prefix instead of running wineboot
|
||||
// so we can get rid of 32bit support
|
||||
apply_script = apply_script.replace("$wineboot -u", "$wine64 -u");
|
||||
apply_script = apply_script.replace("$wineboot -u", "\"$wine64\" -u");
|
||||
|
||||
// Fix issues related to spaces in paths to the runners folder
|
||||
apply_script = apply_script.replace("which $wineboot", "which \"$wineboot\"");
|
||||
|
|
Loading…
Add table
Reference in a new issue