From 61e30aeb7b4a71e3365450dc4673f7e93ab55c17 Mon Sep 17 00:00:00 2001 From: pypy Date: Fri, 30 Jun 2023 23:10:23 +0900 Subject: [PATCH] Fix `SQLite.Interop.dll` --- VRCX.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VRCX.csproj b/VRCX.csproj index 7bfe7f62..a35871c3 100644 --- a/VRCX.csproj +++ b/VRCX.csproj @@ -233,5 +233,9 @@ xcopy /y "$(ProjectDir)OpenVR\win64\openvr_api.dll" xcopy /y "$(ProjectDir)lib\sqlite3.dll" + true + false + false + false \ No newline at end of file