From 5f533f95e7e21ab74a053b84b71721ad2ee2a8c1 Mon Sep 17 00:00:00 2001 From: CaveManon Date: Mon, 14 Jun 2021 22:51:27 -0500 Subject: [PATCH] Option to export for updates enabled --- game/options.rpy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game/options.rpy b/game/options.rpy index 34aa4a9..76119cc 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -208,3 +208,6 @@ init python: ## by a slash. # define build.itch_project = "renpytom/test-project" + +#RenPy updating from snootgame.xyz +define build.include_update = True