Explorar o código

Fix misplaced BepInEx.Preloader.dll in v2018 build

ghorsington %!s(int64=6) %!d(string=hai) anos
pai
achega
f28c07ac36
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      BepInEx.Preloader/BepInEx.Preloader.csproj

+ 1 - 1
BepInEx.Preloader/BepInEx.Preloader.csproj

@@ -22,7 +22,7 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'v2018|AnyCPU'">
-    <OutputPath>bin\v2018\</OutputPath>
+    <OutputPath>..\bin\</OutputPath>
     <DefineConstants>TRACE;UNITY_2018</DefineConstants>
     <Optimize>true</Optimize>
     <DebugType>none</DebugType>