From 42c8fe849784b5ce4d5d2405efb14d86391943f3 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 28 Jul 2021 22:15:15 +1200 Subject: [PATCH] Fix Steam login --- VRCX.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VRCX.csproj b/VRCX.csproj index e89f3cc7..7b4855d2 100644 --- a/VRCX.csproj +++ b/VRCX.csproj @@ -199,7 +199,8 @@ - xcopy /y "$(ProjectDir)OpenVR\win64\openvr_api.dll" . + xcopy /y "$(ProjectDir)VRChatRPC\VRChatRPC.dll" . +xcopy /y "$(ProjectDir)OpenVR\win64\openvr_api.dll" . xcopy /y /E "$(ProjectDir)AssetBundleCacher" ".\AssetBundleCacher\" \ No newline at end of file