Some more trial-and-error

This commit is contained in:
Leon Richardt 2019-09-22 00:11:07 +02:00
parent 90f3e76c88
commit 5e41328f1b

View file

@ -65,7 +65,7 @@ matrix:
- mkdir build && cd build
- dateOfBuild="CHATTERINO_NIGHTLY_VERSION_STRING=\"\\\"$(date +%d.%m.%Y)\\\"\""
- /usr/local/opt/qt/bin/qmake .. DEFINES+=$dateOfBuild
- sed -i 's/-framework\\\ /-framework /g' Makefile
- sed -ie 's/-framework\\\ /-framework /g' Makefile
- make -j8
- /usr/local/opt/qt/bin/macdeployqt chatterino.app -dmg
- mkdir app