diff options
author | Kent Slaney | 2024-06-11 18:22:18 -0700 |
---|---|---|
committer | Kent Slaney | 2024-06-11 18:22:18 -0700 |
commit | 03193e54f15400114088614c36c48d2095aeb767 (patch) | |
tree | c7f1ea915bca82c23bb3efa4166a69be793b76f8 | |
parent | 7aaa5763de52bf090fc29211ea02a704c2a81790 (diff) | |
download | aur-03193e54f15400114088614c36c48d2095aeb767.tar.gz |
xkcd 1638
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ build() { "$ref/BakkesModInjectorC++/WindowsUtils.cpp" > "$patches/WindowsUtils.cpp" # wstring memory issues - ws="C:\\\\\\\\users\\\\\\\\steamuser\\\\\\\\Application Data\\\\\\\\bakkesmod\\\\\\\\bakkesmod/dll\\\\\\\\bakkesmod_promptless.dll"; + ws='C:\\\\users\\\\steamuser\\\\Application Data\\\\bakkesmod\\\\bakkesmod/dll\\\\bakkesmod_promptless.dll'; sed "s%path.wstring().c_str()%L\"$ws\"%" \ "$ref/BakkesModInjectorC++/DllInjector.cpp" > "$patches/DllInjector.cpp" |