Skip to content

Commit

Permalink
Show macos spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Insoleet committed Jan 31, 2016
1 parent 3c92873 commit 8db8d1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ python gen_translations.py

if [ $TRAVIS_OS_NAME == "osx" ]
then
pyinstaller src/sakia/main.py --debug --additional-hooks-dir hooks
pyi-makespec src/sakia/main.py --debug --additional-hooks-dir hooks
cat main.spec
elif [ $TRAVIS_OS_NAME == "linux" ]
then
pyinstaller src/sakia/main.py --debug --additional-hooks-dir hooks
Expand Down

0 comments on commit 8db8d1b

Please sign in to comment.