#!/bin/bash
set -e
cd "$(dirname "$0")/../Resources/launcher"
/usr/bin/osascript -e 'display notification "Первый запуск загружает компоненты. Лаунчер скоро откроется." with title "Overlord"' || true
exec /bin/bash ./Start.command "$@"
