mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
ffab1ddb85
Code signing failed for me on OSX 10.9.5 because the
Versions/Current symbolic links were being replaced
with a duplicate copy of the frameworks' code.
Releases were bigger than they needed to be, for the
same reason.
Rebased-From:
|
||
---|---|---|
.. | ||
background.png | ||
background.psd | ||
DS_Store | ||
fancy.plist | ||
LICENSE | ||
macdeployqtplus | ||
README.md |
MacDeploy
You will need the appscript package for the fancy disk image creation to work:
sudo easy_install appscript
For Snow Leopard (which uses Python 2.6), you will need the param_parser package:
sudo easy_install argparse
This script should not be run manually, instead, after building as usual:
make deploy
During the process, the disk image window will pop up briefly where the fancy settings are applied. This is normal, please do not interfere.
When finished, it will produce Bitcoin-Qt.dmg
.