Translations in dmg #515

Merged
grant-olson merged 2 commits from translations_in_dmg into master 2013-09-30 07:27:44 +02:00
Showing only changes of commit 4e4827b22d - Show all commits

2
osx.sh
View File

@ -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