#!/bin/bash
set -e
ROOT="$(cd "$(dirname "$0")" && pwd)"
export PYTHONPATH="$ROOT/python/lib"
exec "$ROOT/python/bin/python3" -m dmgbuild "$@"
