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

Prevent crashes if the version can't be read #101

Closed
wants to merge 2 commits into from

Commits on Dec 30, 2022

  1. Prevent crashes if the version can't be read

    There's two potential causes for failure. Fail condition one: the local version info in version.txt can't be read. Fail condition number two: itch.io can't be reached. Either way it will crash. This fixes both of them.
    a2937 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    d985dac View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Fix: Remove double equals

    a2937 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    8dd80a6 View commit details
    Browse the repository at this point in the history