Druid-Extension/settings_deployer
2024-10-17 01:48:30 +03:00

17 lines
515 B
Plaintext

# Path to bob folder. It will find and save new bob.jar files inside
bob_folder=./
# You can point bob version for project in format "filename:sha"
bob_sha="193:e4aaff11f49c941fde1dd93883cf69c6b8abebe4"
# Select Defold channel. Values: stable, beta, alpha
bob_channel="stable"
# If true, it will check and download latest bob version. It will ignore bob_sha param
use_latest_bob=false
# Select Defold build server
build_server="https://build.defold.com"
# Is need to build html report
is_build_html_report=true