Skip to content

v2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 18:42
· 12 commits to master since this release

Changed

  • Moved the Binary dependency and prod.keys checks from constants.py to main.py so it only runs if you actually
    run the CLI.
  • Moved the Game Title ID registry checks from title_ids.py to main.py, again so it only runs if you actually
    run the CLI.

Fixed

  • Fixed silent crash when running the GUI if the Binary dependencies are missing.
  • Fixed silent crash when running the GUI if the Game Title ID registry is missing.
  • Fixed silent crash when running the GUI if the prod.keys file is missing.