From 0f5e88e0c85d4d50dc85fde63e2f82e03884742b Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Mon, 12 Aug 2019 14:10:09 +0300 Subject: [PATCH] Fixed dmg Travis deployment. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ff31be70..78e55c90f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,13 +65,16 @@ matrix: - mkdir build && cd build - dateOfBuild="CHATTERINO_NIGHTLY_VERSION_STRING=\"\\\"$(date +%d.%m.%Y)\\\"\"" - /usr/local/opt/qt/bin/qmake .. DEFINES+=$dateOfBuild && make -j8 + - /usr/local/opt/qt/bin/macdeployqt chatterino.app -dmg - mkdir app - - mv chatterino.app app/ + - hdiutil attach chatterino.dmg + - cp -r /Volumes/chatterino/chatterino.app app/ - "create-dmg \ --volname Chatterino2 \ --volicon ../resources/chatterino.icns \ --icon-size 50 \ --app-drop-link 0 0 \ + --format UDBZ \ chatterino-osx.dmg app/" before_deploy: