commit
c5f4d5421d
1 changed files with 2 additions and 1 deletions
|
@ -55,4 +55,5 @@ REACT = os.getenv("REACT")
|
||||||
if get_git_branch() == "dev":
|
if get_git_branch() == "dev":
|
||||||
beta = True
|
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
|
# 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
|
Loading…
Add table
Add a link
Reference in a new issue