Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Use fully qualifed path on OSX
Browse files Browse the repository at this point in the history
I am not sure why but the command macdeployqt which was working yesterday is not working anymore except if use the fully qualified path to the macqtdeploy executable
  • Loading branch information
ColinDuquesnoy committed Jan 26, 2015
1 parent 0deb725 commit afbd108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devhelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def get_build_dir():
return build_dir

os.chdir(os.path.join(get_build_dir(), 'app'))
os.system('macdeployqt MellowPlayer.app -dmg')
os.system('/Applications/macdeployqt.app/Contents/MacOS/macdeployqt MellowPlayer.app -dmg')


def make_docs():
Expand Down

0 comments on commit afbd108

Please sign in to comment.