Skip to content

Commit

Permalink
macdeployqt fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamrow committed May 31, 2019
1 parent 3cd3b50 commit 0b4bc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deployMacOSX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ echo "using macdeployqt from $(which macdeployqt)"
macdeployqt $buildDir/$applicationName -verbose=3 -always-overwrite
curl -o fix_temp.py https://raw.githubusercontent.com/aurelien-rainone/macdeployqtfix/master/macdeployqtfix.py
sed "s/deps = \[s.strip/deps = \[s.decode\(\).strip/" fix_temp.py > fix.py
python macdeployqtfix.py Muview.app/Contents/MacOS/Muview $qmake_vers
python fix.py Muview.app/Contents/MacOS/Muview $qmake_vers
rm fix_temp.py fix.py

if [ -e tmp.dmg ]
Expand Down

0 comments on commit 0b4bc92

Please sign in to comment.