We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if not os.listdir(installed_info["path"]): os.rmdir(installed_info["path"])
May cause unhandled exception if run with a directory that doesn't exist anymore.
Similar issue to #45 just with the games root directory instead of game files.
See HeroicGamesLauncher #4127 for details.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
May cause unhandled exception if run with a directory that doesn't exist anymore.
Similar issue to #45 just with the games root directory instead of game files.
See HeroicGamesLauncher #4127 for details.
The text was updated successfully, but these errors were encountered: