aboutsummaryrefslogtreecommitdiff
path: root/scripts/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-xscripts/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh
index d9844bf..8e61ff6 100755
--- a/scripts/travis.sh
+++ b/scripts/travis.sh
@@ -27,7 +27,7 @@ if [ $STAGE = "script" ]; then
echo "[TRAVIS] Building project"
make
echo "[TRAVIS] Deploying Qt Libraries"
- macdeployqt AleePlayer.app
+ macdeployqt AleePlayer.app -dmg
fi
elif [ $STAGE = "before_install" ]; then