浏览代码

Fix incorrect build location

Bepis 6 年之前
父节点
当前提交
a6c9907d7a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>