at long last, update + autoupdate working as intended

This commit is contained in:
2021-07-02 14:17:34 -05:00
parent e02118180e
commit 4338796483
2 changed files with 22 additions and 12 deletions

View File

@ -292,6 +292,13 @@ image black = "#000"
label splashscreen:
$ persistent.splashtype = random.randint(0,2000 - 1)
$ renpy.movie_cutscene("images/intros/CaveManonProductions.webm")
if persistent.autoup:
python:
UpdateCheck()
if persistent.updateresult != "No new version is available":
updater.update(updateWebServer, force=True)
stop sound
return