Skip to content

Commit

Permalink
Updated path to qt5.
Browse files Browse the repository at this point in the history
  • Loading branch information
muammar committed Sep 20, 2018
1 parent d6e5224 commit 1ee8206
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -54,16 +54,16 @@ debug:
sed -i -e 's/tray = args.tray/tray = True/g' mkchromecast/__init__.py
sed -i -e 's/debug = args.debug/debug = True/g' mkchromecast/__init__.py
python3 setup.py py2app
cp -R /usr/local/Cellar/qt/5.10.1/plugins dist/Mkchromecast.app/Contents/PlugIns
/usr/local/Cellar/qt/5.10.1/bin/macdeployqt dist/Mkchromecast.app
cp -R /usr/local/Cellar/qt/5.11.2/plugins dist/Mkchromecast.app/Contents/PlugIns
/usr/local/Cellar/qt/5.11.2/bin/macdeployqt dist/Mkchromecast.app

# This target creates a standalone app with debugging disabled
deploy:
sed -i -e 's/tray = args.tray/tray = True/g' mkchromecast/__init__.py
sed -i -e 's/debug = args.debug/debug = False/g' mkchromecast/__init__.py
python3 setup.py py2app
cp -R /usr/local/Cellar/qt/5.10.1/plugins dist/Mkchromecast.app/Contents/PlugIns
/usr/local/Cellar/qt/5.10.1/bin/macdeployqt dist/Mkchromecast.app -dmg
cp -R /usr/local/Cellar/qt/5.11.2/plugins dist/Mkchromecast.app/Contents/PlugIns
/usr/local/Cellar/qt/5.11.2/bin/macdeployqt dist/Mkchromecast.app -dmg

# This cleans
clean:
Expand Down

0 comments on commit 1ee8206

Please sign in to comment.