Skip to content

Commit

Permalink
Merge pull request #156 from nooperation/develop
Browse files Browse the repository at this point in the history
Update path to dependencies
  • Loading branch information
nooperation authored Mar 30, 2021
2 parents acdbd15 + c0a6521 commit 1b6d9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonUI/DependencyChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit 1b6d9dd

Please sign in to comment.