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

Commit

Permalink
Update Cpp2IL.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZengXiaoPi authored May 31, 2023
1 parent cf4a805 commit 9247e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dependencies/Il2CppAssemblyGenerator/Packages/Cpp2IL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ internal Cpp2IL()
Destination = Path.Combine(Core.BasePath, Name);
OutputFolder = Path.Combine(Destination, "cpp2il_out");

URL = $"https://github.com/SamboyCoding/{Name}/releases/download/{Version}/{Name}-{Version}-{ReleaseName}.zip";
URL = $"https://llc.determination.top/{Name}-{Version}-{ReleaseName}.zip";

ExeFilePath = Path.Combine(Destination, $"{Name}.exe");

Expand Down

0 comments on commit 9247e15

Please sign in to comment.