Forráskód Böngészése

Fix patcher build location

Bepis 6 éve
szülő
commit
1ba68248cf
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>