summaryrefslogtreecommitdiff
path: root/game/screens.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/screens.rpy')
-rw-r--r--game/screens.rpy3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/screens.rpy b/game/screens.rpy
index 473bdc9..95b8d22 100644
--- a/game/screens.rpy
+++ b/game/screens.rpy
@@ -315,6 +315,9 @@ screen navigation():
textbutton _("Main Menu") action MainMenu()
+ if persistent.host is not None:
+ textbutton _("Update") action updater.Update(persistent.host+'/dist')
+
textbutton _("About") action ShowMenu("about")
if renpy.variant("pc"):