Merge pull request #19 from gooberinc/dev

throwing shit at the wall
This commit is contained in:
WhatDidYouExpect 2025-07-16 00:04:26 +02:00 committed by GitHub
commit c5f4d5421d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,4 +55,5 @@ REACT = os.getenv("REACT")
if get_git_branch() == "dev":
beta = True
# this makes goober think its a beta version, so it will not update to the latest stable version or run any version checks
else:
beta = False