Skip to content

Commit 1db3856

Browse files
committed
Fix scotland2 main download
1 parent e77b16c commit 1db3856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QuestAppVersionSwitcher/PatchingManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static void DownloadDependencies()
6767
{
6868
string currentMainLoaderScotlandVersion = File.Exists(mainLoaderScotlandVersionLocation) ? File.ReadAllText(mainLoaderScotlandVersionLocation) : "";
6969
string currentSL2Version = File.Exists(scotland2VersionLocation) ? File.ReadAllText(scotland2VersionLocation) : "";
70-
DownloadFileIfMissing(currentMainLoaderScotlandVersion, mainScotlandLoaderVersion, libMainScotlandPath, "https://cdn.discordapp.com/attachments/769457887415894036/1223477597556441269/libmain.so?ex=6619ff4e&is=66078a4e&hm=384c446d81a5db5f513f23420961cb45bb756819e2ad34ac809f5472a0e45dc6&");
70+
DownloadFileIfMissing(currentMainLoaderScotlandVersion, mainScotlandLoaderVersion, libMainScotlandPath, "https://github.com/sc2ad/LibMainLoader/releases/download/" + mainScotlandLoaderVersion + "/libmain.so");
7171
DownloadFileIfMissing(currentSL2Version, scotland2Version, libScotland2Path, "https://github.com/sc2ad/scotland2/releases/download/" + scotland2Version + "/libsl2.so");
7272
File.WriteAllText(mainLoaderScotlandVersionLocation, mainScotlandLoaderVersion);
7373
File.WriteAllText(scotland2VersionLocation, scotland2Version);

0 commit comments

Comments
 (0)