From 30fdb3479af1476a8556e4ea5d606e7bb2b7104e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 May 2021 01:12:12 -0300 Subject: Do not waste time building 32-bits stuff --- game/options.rpy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game/options.rpy b/game/options.rpy index a2a5b1b..f4115ae 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -231,7 +231,10 @@ init python: build.documentation('*.html') build.documentation('*.txt') + + ## Other build configuration config.window_icon="icon.ico" + build.include_i686=False # Remove renpy license from About. LGPL and MIT doesn't require it. # Instead, leave only the link to Ren'Py licenses and legales. -- cgit v1.2.3-70-g09d2