Removed obsolete macOS builds workaround (#2395)

This commit is contained in:
Iulian Onofrei 2021-01-23 16:53:39 +02:00 committed by GitHub
parent 2a53ae49e0
commit 55dd09a9f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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