Merge pull request #515 from grant-olson/translations_in_dmg
Translations in dmg
This commit is contained in:
commit
235e257e81
2
osx.sh
2
osx.sh
|
@ -14,7 +14,7 @@ fi
|
|||
|
||||
echo "Creating OS X packages for Bitmessage."
|
||||
|
||||
cd src && python build_osx.py py2app
|
||||
cd src && python2.7 build_osx.py py2app
|
||||
|
||||
if [[ $? = "0" ]]; then
|
||||
hdiutil create -fs HFS+ -volname "Bitmessage" -srcfolder dist/Bitmessage.app dist/bitmessage-v$1.dmg
|
||||
|
|
|
@ -11,7 +11,7 @@ setup(
|
|||
setup_requires = ["py2app"],
|
||||
options = dict(
|
||||
py2app = dict(
|
||||
resources = ["images"],
|
||||
resources = ["images", "translations"],
|
||||
includes = ['sip', 'PyQt4._qt'],
|
||||
iconfile = "images/bitmessage.icns"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user