Explorar o código

Fix incorrect build location

Bepis %!s(int64=6) %!d(string=hai) anos
pai
achega
a6c9907d7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>