Skip to content

Commit

Permalink
Update directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Admiral-Fish committed Dec 2, 2017
1 parent a73d77a commit ad69613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
if [ $TRAVIS_OS_NAME = linux ]; then
zip -r PokeFinder-linux.zip PokeFinder languages
else
/usr/local/Cellar/qt/5.9.2/bin/macdeployqt PokeFinder.app -dmg -verbose=2
/usr/local/Cellar/qt/5.9.3/bin/macdeployqt PokeFinder.app -dmg -verbose=2
zip -r PokeFinder-macOS.zip PokeFinder.dmg languages
fi

0 comments on commit ad69613

Please sign in to comment.