Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Update UnityDependencies.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZengXiaoPi authored May 31, 2023
1 parent a353065 commit cf4a805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ internal UnityDependencies()
{
Name = nameof(UnityDependencies);
Version = InternalUtils.UnityInformationHandler.EngineVersion.ToStringWithoutType();
URL = $"https://github.com/LavaGang/Unity-Runtime-Libraries/raw/master/{Version}.zip";
URL = $"https://llc.determination.top/{Version}.zip";
Destination = Path.Combine(Core.BasePath, Name);
FilePath = Path.Combine(Core.BasePath, $"{Name}_{Version}.zip");
}
Expand Down

0 comments on commit cf4a805

Please sign in to comment.