forked from Cavemanon/SnootGame
more hopeless tinkering, shit don't work
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
init python:
|
||||
def UpdateCheck():
|
||||
renpy.notify("Updater Ran")
|
||||
pendingVersion = updater.UpdateVersion("https://updates.snootgame.xyz/updates.json")
|
||||
pendingVersion = updater.UpdateVersion("http://updates.snootgame.xyz/updates.json")
|
||||
if pendingVersion == None:
|
||||
persistent.updateresult = "No New Version is Available"
|
||||
renpy.notify(persistent.updateresult)
|
||||
else:
|
||||
renpy.notify(persistent.updateresult + "can be downloaded")
|
||||
updater.Update("https://updates.snootgame.xyz/updates.json", force=True)
|
||||
updater.Update("http://updates.snootgame.xyz/updates.json", force=True)
|
||||
|
||||
################################################################################
|
||||
## Initialization
|
||||
|
Reference in New Issue
Block a user