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:
@ -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)
|
||||
|
Reference in New Issue
Block a user