1
0

Add release process for Mac OS X.

This commit is contained in:
coblee
2012-07-22 16:19:25 -07:00
parent 8f5d48584d
commit a5c5953d0c
3 changed files with 66 additions and 0 deletions

5
README
View File

@@ -29,6 +29,11 @@ python mki18n.py
pyrcc4 icons.qrc -o lib/icons_rc.py
python setup.py sdist --format=zip,gztar
On Mac OS X:
sudo python setup-release.py py2app
sudo hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-v0.61-macosx.dmg
== BROWSER CONFIGURATION ==