aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Slaney2024-06-11 18:22:18 -0700
committerKent Slaney2024-06-11 18:22:18 -0700
commit03193e54f15400114088614c36c48d2095aeb767 (patch)
treec7f1ea915bca82c23bb3efa4166a69be793b76f8
parent7aaa5763de52bf090fc29211ea02a704c2a81790 (diff)
downloadaur-03193e54f15400114088614c36c48d2095aeb767.tar.gz
xkcd 1638
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f3e2f447846..4e508267413f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"