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

Enhance macos build

parent d7537536
Branches
Tags 0.12.dev5
No related merge requests found
...@@ -20,6 +20,8 @@ python gen_translations.py ...@@ -20,6 +20,8 @@ python gen_translations.py
if [ $TRAVIS_OS_NAME == "osx" ] if [ $TRAVIS_OS_NAME == "osx" ]
then then
pyinstaller sakia.spec pyinstaller sakia.spec
cp -rv dist/sakia/* dist/sakia.app/Contents/MacOS
rm -rfv dist/sakia
elif [ $TRAVIS_OS_NAME == "linux" ] elif [ $TRAVIS_OS_NAME == "linux" ]
then then
pyinstaller sakia.spec pyinstaller sakia.spec
......
...@@ -63,7 +63,8 @@ if is_darwin: ...@@ -63,7 +63,8 @@ if is_darwin:
icon='sakia.ico', icon='sakia.ico',
bundle_identifier=None, bundle_identifier=None,
info_plist={ info_plist={
'NSHighResolutionCapable': 'True' 'NSHighResolutionCapable': 'True',
'LSBackgroundOnly': 'False'
},) },)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment