From b782a37bf101cec5e978af249c88fe3c91bdde91 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Mon, 26 Feb 2018 08:44:02 -0600 Subject: [PATCH] build_proton: fix deploying binaries --- build_proton.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_proton.sh b/build_proton.sh index 7678c3ec..92d63fbc 100755 --- a/build_proton.sh +++ b/build_proton.sh @@ -151,8 +151,10 @@ cp -a vrclient.dll.fake "$DST_DIR"/lib/wine/fakedlls/vrclient.dll #Debian 9 is too old to build dxvk, so I gave up and I'm building it on my Arch #Linux box and checking the binaries into Git instead. Blech. --aeikum cd "$TOP" +mkdir -p "$DST_DIR"/lib64/wine/dxvk cp "dxvk.win64/dxgi.dll" "$DST_DIR"/lib64/wine/dxvk/ cp "dxvk.win64/d3d11.dll" "$DST_DIR"/lib64/wine/dxvk/ +mkdir -p "$DST_DIR"/lib/wine/dxvk cp "dxvk.win32/dxgi.dll" "$DST_DIR"/lib/wine/dxvk/ cp "dxvk.win32/d3d11.dll" "$DST_DIR"/lib/wine/dxvk/