Browse Source

Change patcher build directory to virtual drive

Bepis 7 years ago
parent
commit
9f1a0c4feb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BepInEx.Patcher/BepInEx.Patcher.csproj

+ 1 - 1
BepInEx.Patcher/BepInEx.Patcher.csproj

@@ -28,7 +28,7 @@
     <PlatformTarget>AnyCPU</PlatformTarget>
     <DebugType>pdbonly</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
+    <OutputPath>K:\KoikatuTrial_Data\Managed\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>