Files

6 lines
186 B
Bash
Raw Permalink Normal View History

2026-09-12 11:01:37 +02:00
#!/bin/bash
# Install this file in the project root, then double-click it on macOS.
set -euo pipefail
root=$(cd "$(dirname "$0")" && pwd)
exec /bin/bash "$root/build-tools/Build-Mac.sh"