mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
deps: upgrade to goaaats.Reloaded.Hooks-goat.3
Needed for a feature that lets us specify the location of FASM DLLs
This commit is contained in:
parent
9e0bb1623a
commit
317545c483
2 changed files with 3 additions and 1 deletions
|
|
@ -165,6 +165,8 @@ public sealed class EntryPoint
|
|||
Log.Information(new string('-', 80));
|
||||
Log.Information("Initializing a session..");
|
||||
|
||||
Reloaded.Hooks.Tools.Utilities.FasmBasePath = new DirectoryInfo(info.WorkingDirectory);
|
||||
|
||||
// This is due to GitHub not supporting TLS 1.0, so we enable all TLS versions globally
|
||||
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12 | SecurityProtocolType.Tls;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue