Skip to content
Snippets Groups Projects

OSx bundle opening in GUI resolution

Merged florck requested to merge florck:dev into dev
3 files
+ 32
8
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -33,9 +33,9 @@ if [ $TRAVIS_OS_NAME == "osx" ]
then
pyinstaller sakia.spec
cp -rv dist/sakia/* dist/sakia.app/Contents/MacOS
cp -v res/osx/Info.plist dist/sakia.app/Contents/
rm -rfv dist/sakia
elif [ $TRAVIS_OS_NAME == "linux" ]
then
pyinstaller sakia.spec
fi
Loading