diff --git a/osx/build_app.sh b/osx/build_app.sh index 13a149d37..17114f918 100755 --- a/osx/build_app.sh +++ b/osx/build_app.sh @@ -6,6 +6,7 @@ #easy_install pip #pip install pygtksourceview +jhbuild run glib-compile-schemas data jhbuild run python setup_py2app.py build jhbuild run python setup_py2app.py py2app diff --git a/setup_py2app.py b/setup_py2app.py index 4943ea3c7..3213ffd53 100644 --- a/setup_py2app.py +++ b/setup_py2app.py @@ -94,6 +94,12 @@ ('share/meld', ['data/gschemas.compiled'] ), + ('share/meld', + ['data/org.gnome.meld.gschema.xml'] + ), + ('share/meld', + ['data/meld.css'] + ), ('share/meld/icons', glob.glob("data/icons/*.png") + glob.glob("data/icons/COPYING*")