[tasks.patch] type = "custom" enabled = true ver = "8.2.3" [tasks.keystore] # required if matching task is enabled enabled = true type="keystore" priorities = { pre_build = 0 } # the priority that determines the orders tasks will run in, defaults to 0 on_builds = ["android_apk", "android_aab"] # builds this task should run for, defaults to all android builds keystore_apk = "" # the base-64 encoded binary keystore file for the APK bundles keystore_aab = "" # the base-64 encoded binary keystore file for the AAB bundles [build] # required, at least one item must be 'true' #pc = true # windows + linux win = true # windows linux = true # linux mac = true # macos #web = false # web #steam = true # steam #market = true # multiple markets (i.e. itch.io) android_apk = true # Android Universal APK #android_aab = false # Android Play Store Bundle [options] clear_output_dir = false # whether to clear the output directory on startup [renutil] version = "8.2.3" # the Ren'Py version to use (required) registry = "tmp/cache" # the directory to store installation files in