mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-12 21:27:47 +02:00
Set up winevulkan stuff at prefix create time
This commit is contained in:
@ -109,6 +109,11 @@ PATH="$TOOLS_DIR32/bin:$PATH" $I386_WRAPPER winebuild --dll --fake-module -E vrc
|
||||
cp -a vrclient.dll.so "$DST_DIR"/lib/wine/
|
||||
cp -a vrclient.dll.fake "$DST_DIR"/lib/wine/fakedlls/vrclient.dll
|
||||
|
||||
#copy runtime installers
|
||||
cd "$TOP"
|
||||
mkdir -p "$DST_DIR"/share/contrib/
|
||||
cp -a contrib/* "$DST_DIR"/share/contrib/
|
||||
|
||||
echo "Packaging..."
|
||||
cd "$TOP"
|
||||
|
||||
|
Reference in New Issue
Block a user