mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
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:
parent
6cea8fa94b
commit
b16bd97d33
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue