Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
c26436f8
Commit
c26436f8
authored
Jul 04, 2018
by
eric pellegrini
Browse files
Fixed regression on MacOS build.py
parent
e21a98ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Unix/MacOS_resources/build.py
View file @
c26436f8
...
...
@@ -7,7 +7,7 @@ if sys.platform.startswith('darwin'):
version
=
os
.
environ
[
'VERSION_NAME'
]
APP
=
[
'../../Scripts/mdanse_gui'
]
APP
=
[
'../../
../
Scripts/mdanse_gui'
]
PLIST
=
{
u
'CFBundleName'
:
u
'MDANSE'
,
...
...
@@ -18,7 +18,7 @@ if sys.platform.startswith('darwin'):
}
OPTIONS
=
{
'argv_emulation'
:
False
,
# has to be False otherwise triggers problems with wxPython which lose some events that are captured by OS
'iconfile'
:
u
'../../MDANSE/GUI/Icons/mdanse.icns'
,
'iconfile'
:
u
'../../
../
MDANSE/GUI/Icons/mdanse.icns'
,
'excludes'
:
'PyQt4'
,
'matplotlib_backends'
:
'-'
,
'optimize'
:
'1'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment