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

Try to fix #774

parent d298d119
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ if [ $TRAVIS_OS_NAME == "osx" ] ...@@ -34,6 +34,7 @@ if [ $TRAVIS_OS_NAME == "osx" ]
then then
pyinstaller sakia.spec pyinstaller sakia.spec
cp -rv dist/sakia/* dist/sakia.app/Contents/MacOS cp -rv dist/sakia/* dist/sakia.app/Contents/MacOS
cp -va dist/sakia/* dist/sakia.app/Contents/MacOS
cp -v res/osx/Info.plist dist/sakia.app/Contents/ cp -v res/osx/Info.plist dist/sakia.app/Contents/
rm -rfv dist/sakia rm -rfv dist/sakia
elif [ $TRAVIS_OS_NAME == "linux" ] elif [ $TRAVIS_OS_NAME == "linux" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment