Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

League director scans the windows registry for League of Legends game client #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bharathsn-riot
Copy link
Collaborator

the old registry path HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node is outdated. New registry path HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall maintains a list of all the installed league of legends game client. League director uses this to display the available game.cfg files for Replay API connection.

@bharathsn-riot bharathsn-riot requested a review from cammm July 10, 2024 23:47
@@ -9,12 +9,10 @@ def findWindowsInstalled(paths):
"""
Find games installs in the windows registry.

Choose a reason for hiding this comment

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

Suggested change
Find games installs in the windows registry.
Find games install in the windows registry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants