matrixion/.ci/macos/deploy.sh
Konstantinos Sideris 1a3369877e Update travis
2017-12-31 13:19:32 +02:00

13 lines
236 B
Bash
Executable file

#!/usr/bin/env bash
set -e
TAG=`git tag -l --points-at HEAD`
# Add Qt binaries to path
PATH=/usr/local/opt/qt/bin/:${PATH}
sudo macdeployqt build/nheko.app -dmg
user=$(id -nu)
sudo chown ${user} build/nheko.dmg
mv build/nheko.dmg .