summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-18 01:12:12 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-18 01:12:12 -0300
commit30fdb3479af1476a8556e4ea5d606e7bb2b7104e (patch)
treeeb5b55f6c291c40bae1e6d161b4f6622ed779fe1
parent57cbea204d0ee66509783664af9757f9273fa254 (diff)
downloadrenpy-30fdb3479af1476a8556e4ea5d606e7bb2b7104e.tar.gz
renpy-30fdb3479af1476a8556e4ea5d606e7bb2b7104e.tar.bz2
renpy-30fdb3479af1476a8556e4ea5d606e7bb2b7104e.tar.xz
renpy-30fdb3479af1476a8556e4ea5d606e7bb2b7104e.zip
Do not waste time building 32-bits stuff
-rw-r--r--game/options.rpy3
1 files changed, 3 insertions, 0 deletions
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.