Bläddra i källkod

Fix incorrect build location

Bepis 5 år sedan
förälder
incheckning
a6c9907d7a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      BepInEx.Bootstrap/BepInEx.Bootstrap.csproj

+ 1 - 1
BepInEx.Bootstrap/BepInEx.Bootstrap.csproj

@@ -15,7 +15,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
+    <OutputPath>..\bin\patcher\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>