Another small fix for dxvk applying

This commit is contained in:
Observer KRypt0n_ 2022-08-06 14:46:31 +02:00
parent 02abfd1b0b
commit 8cf0772f03
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -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\"");