Browse Source

Fix patcher build location

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

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

@@ -18,7 +18,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>K:\KoikatuTrial_Data\Managed\</OutputPath>
+    <OutputPath>K:\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>