Skip to content
Snippets Groups Projects
Commit d0f9a90a authored by inso's avatar inso
Browse files

Debug logs

parent e215db50
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,9 @@ python gen_translations.py ...@@ -19,9 +19,9 @@ python gen_translations.py
if [ $TRAVIS_OS_NAME == "osx" ] if [ $TRAVIS_OS_NAME == "osx" ]
then then
pyinstaller src/sakia/main.py --additional-hooks-dir hooks pyinstaller src/sakia/main.py --debug --additional-hooks-dir hooks
elif [ $TRAVIS_OS_NAME == "linux" ] elif [ $TRAVIS_OS_NAME == "linux" ]
then then
pyinstaller src/sakia/main.py --additional-hooks-dir hooks pyinstaller src/sakia/main.py --debug --additional-hooks-dir hooks
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment