throwing shit at the wall

This commit is contained in:
WhatDidYouExpect 2025-07-16 00:04:10 +02:00
parent 48bb558549
commit b7af9c068e

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