ghorsington 4 лет назад
Родитель
Сommit
ef3dae4963
3 измененных файлов с 5 добавлено и 3 удалено
  1. 1 1
      README.md
  2. 1 1
      build.cake
  3. 3 1
      doorstop/doorstop_config.ini

+ 1 - 1
README.md

@@ -22,7 +22,7 @@ Unity plugin framework
 **[User and developer guides](https://github.com/BepInEx/BepInEx/wiki)**
 
 ## Used libraries
-- [NeighTools/UnityDoorstop](https://github.com/NeighTools/UnityDoorstop) - 2.11.0.0 ([68a4e2d](https://github.com/NeighTools/UnityDoorstop/commit/68a4e2db1f09e5f5cc2f479d293b09764d09c80b))
+- [NeighTools/UnityDoorstop](https://github.com/NeighTools/UnityDoorstop) - 2.12.0.0 ([18402d7](https://github.com/NeighTools/UnityDoorstop/commit/18402d704bde71475aa47fe02235b286c414ba89))
 - [pardeike/Harmony](https://github.com/pardeike/Harmony) - pre-2.0 ([443f551](https://github.com/pardeike/Harmony/commit/443f551ec45ecf409755b5979a4466343197de03))
 - [0x0ade/MonoMod](https://github.com/0x0ade/MonoMod) - v19.11.05.01 equivalent ([3f33800](https://github.com/MonoMod/MonoMod/commit/3f33800bf213ffe5120c098274bf61d0feeede15))
 - [jbevain/cecil](https://github.com/jbevain/cecil) - 0.10.3 ([fb289a7](https://github.com/jbevain/cecil/commit/fb289a7cd80ceb6af5c86e7c7ecce9bf1e98b8fe))

+ 1 - 1
build.cake

@@ -85,7 +85,7 @@ Task("Build")
     }
 });
 
-const string DOORSTOP_VER = "2.11.1.0";
+const string DOORSTOP_VER = "2.12.0.0";
 const string DOORSTOP_DLL = "winhttp.dll";
 Task("DownloadDoorstop")
     .Does(() =>

+ 3 - 1
doorstop/doorstop_config.ini

@@ -2,4 +2,6 @@
 # Specifies whether assembly executing is enabled
 enabled=true
 # Specifies the path (absolute, or relative to the game's exe) to the DLL/EXE that should be executed by Doorstop
-targetAssembly=BepInEx\core\BepInEx.Preloader.dll
+targetAssembly=BepInEx\core\BepInEx.Preloader.dll
+# Specifies whether Unity's output log should be redirected to <current folder>\output_log.txt
+redirectOutputLog=false