Debloated builds and include renconstruct

An option in the options.rpy made it so renconstruct.toml wasn't shipped
with the game AND the lack of an option made the game compile with the
dist/ folder being exported, meaning that the game would ship with an
android build unnecessarily.

Fixes: #239
Fixes: #240
This commit is contained in:
Michael Yick 2024-10-11 15:03:13 -05:00
parent 6cea8fa94b
commit b16bd97d33

View file

@ -235,7 +235,7 @@ init python:
build.classify('game/mods_example/.**', None)
build.classify('README.md', None)
build.classify('renconstruct.toml', None)
build.classify('dist/', None)
build.classify('bundle.keystore', None)
build.classify('android.keystore', None)
build.classify('bundle.keystore.original', None)