Squashed commit for update 1.3.7

This commit is contained in:
2024-04-21 13:45:17 -05:00
parent 5d02c6fc3f
commit 03524c9360
188 changed files with 7039 additions and 2873 deletions

View File

@@ -44,12 +44,13 @@ define build.name = "WaniGame"
## Sounds and music ############################################################
## These three variables control which mixers are shown to the player by
## default. Setting one of these to False will hide the appropriate mixer.
## These three variables control, among other things, which mixers are shown
## to the player by default. Setting one of these to False will hide the
## appropriate mixer.
define config.has_sound = True
define config.has_music = True
define config.has_voice = False
define config.has_voice = True
define config.play_channel = "uisounds"
@@ -197,6 +198,24 @@ init python:
# Do not include dev folders on distribution
build.classify('game/dev/**', None)
build.classify('game/dev/.**', None)
build.classify('build_patch/*', None)
#Development files need not apply
build.classify('README.md', None)
build.classify('renconstruct.toml', None)
build.classify('bundle.keystore', None)
build.classify('android.keystore', None)
build.classify('bundle.keystore.original', None)
build.classify('android.keystore.original', None)
build.classify('*dist/*', None)
build.classify('game/mods/workshop uploader/**', 'steamstuff')
build.classify('game/mods/workshop uploader/**', None)
build.package("steam", "zip", "windows mac linux renpy all steamstuff")
# build.package("market", "bare-zip", "windows mac linux renpy all")
#Development files need not apply
build.classify('README.md', None)