# bento-release-macos driver config. # # Run: bento-release-macos --config driver.toml [--version 0.4.1] # # Drives the macOS release on the build host's in-session ops-agent and pulls # the signed DMG back to this machine (fw13). [agent] # The ops-agent's tailnet URL on the Mac build host. Must match the agent's # `listen` address. http (not https): the tailnet (WireGuard) is the transport # security; identity is re-checked by the agent via `tailscale whois`. base_url = "http://100.64.0.2:8765" host_label = "mbp" [plan] app = "goingson" version = "0.4.1" # overridable with --version product_name = "GoingsOn" # used for the default DMG name repo_path = "~/Code/Apps/goingson" # checkout ON THE MAC env_file = "~/.tauri/passwords.env" # secrets sourced before the build dist_root = "~/Dist/goingson" # where the signed DMG lands ON THE MAC # dmg_name = "GoingsOn_0.4.1_aarch64.dmg" # optional; default shown [local] # Where on THIS host (fw13) to pull the signed DMG to. dest_dir = "~/Dist/goingson"