Fix macOS building with qt6 by default (#2500)

This commit is contained in:
pajlada
2021-03-06 14:05:03 +01:00
committed by GitHub
parent b2aa370015
commit 346cd2b86d
2 changed files with 8 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh
echo "Running MACDEPLOYQT"
/usr/local/opt/qt/bin/macdeployqt chatterino.app
$Qt5_DIR/bin/macdeployqt chatterino.app
echo "Creating python3 virtual environment"
python3 -m venv venv
echo "Entering python3 virtual environment"