From c0a6521e5651469268c6ec1d82e5db82d0cc273f Mon Sep 17 00:00:00 2001 From: nooperation Date: Mon, 29 Mar 2021 21:55:22 -0400 Subject: [PATCH] Update path to dependencies --- CommonUI/DependencyChecker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonUI/DependencyChecker.cs b/CommonUI/DependencyChecker.cs index ccf5aee..05616a8 100644 --- a/CommonUI/DependencyChecker.cs +++ b/CommonUI/DependencyChecker.cs @@ -54,7 +54,7 @@ public static void CheckDependencies() { if (!LibSanBag.ResourceUtils.Unpacker.IsAvailable) { - var dependencyUri = @"http://content.warframe.com/Tools/Oodle/x64/final/oo2core_7_win64.dll.B486C6F46A3D802966D04911A619B2ED.lzma"; + var dependencyUri = @"https://github.com/nooperation/SanBag/releases/download/SanBag-v1.0.324/dependencies.lzma"; var outputName = "oo2core_7_win64.dll"; var result = MessageBox.Show($"This program requires additional dependencies to run. Attempt to download the following resource?\n {outputName}",