Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Resolve #11 -- League Link Update #10

Merged
merged 1 commit into from
Apr 25, 2021
Merged

Resolve #11 -- League Link Update #10

merged 1 commit into from
Apr 25, 2021

Conversation

lzardy
Copy link
Contributor

@lzardy lzardy commented Apr 25, 2021

* Updated League download link.
* Removed extra directory steps
Copy link
Contributor

@danil179 danil179 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Hopefully it works.

Directory.Move(Path.Combine(installDirectoryText.Text, "League of Legends"), Path.Combine(installDirectoryText.Text, "League_Sandbox_Client"));
}
if (Directory.Exists(Path.Combine(installDirectoryText.Text, "League_Sandbox_Client")))
if (Directory.Exists(Path.Combine(installDirectoryText.Text, "League-of-Legends-4-20")))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could set "League-of-Legends-4-20" as a class variable/const. Doesn't really matter as the code doesn't really change much.

@danil179 danil179 changed the title League Link Update Resolve #11 -- League Link Update Apr 25, 2021
@danil179 danil179 merged commit dcf78c9 into LeagueSandbox:master Apr 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Client Link Need to be Updated
2 participants