mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Some more trial-and-error
This commit is contained in:
parent
90f3e76c88
commit
5e41328f1b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ 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 -i 's/-framework\\\ /-framework /g' Makefile
|
- 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