You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nheko/.ci/macos/deploy.sh

12 lines
201 B

#!/usr/bin/env bash
set -e
# Add Qt binaries to path
PATH=/usr/local/opt/qt/bin/:${PATH}
7 years ago
sudo macdeployqt build/nheko.app -dmg
user=$(id -nu)
7 years ago
sudo chown ${user} build/nheko.dmg
mv build/nheko.dmg .