mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Removed obsolete macOS builds workaround (#2395)
This commit is contained in:
parent
2a53ae49e0
commit
55dd09a9f0
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ matrix:
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- dateOfBuild="CHATTERINO_NIGHTLY_VERSION_STRING=\"\\\"$(date +%d.%m.%Y)\\\"\""
|
- dateOfBuild="CHATTERINO_NIGHTLY_VERSION_STRING=\"\\\"$(date +%d.%m.%Y)\\\"\""
|
||||||
- /usr/local/opt/qt/bin/qmake .. DEFINES+=$dateOfBuild
|
- /usr/local/opt/qt/bin/qmake .. DEFINES+=$dateOfBuild
|
||||||
- sed -ie 's/-framework\\\ /-framework /g' Makefile
|
|
||||||
- make -j8
|
- make -j8
|
||||||
- /usr/local/opt/qt/bin/macdeployqt chatterino.app -dmg
|
- /usr/local/opt/qt/bin/macdeployqt chatterino.app -dmg
|
||||||
- mkdir app
|
- mkdir app
|
||||||
|
|
Loading…
Reference in a new issue