reddcoin-project / reddcoin-3.10

Reddcoin: the digital social currency
http://www.reddcoin.com
MIT License
287 stars 114 forks source link

Unable to package .app into .dmg on OS X #58

Closed raid5 closed 9 years ago

raid5 commented 10 years ago

From release-process.md:

$ python2.7 contrib/macdeploy/macdeployqtplus Reddcoin-Qt.app -add-qt-tr $T -dmg -fancy contrib/macdeploy/fancy.plist

Result:

Traceback (most recent call last):
  File "contrib/macdeploy/macdeployqtplus", line 560, in <module>
    applicationBundle = ApplicationBundleInfo(target)
  File "contrib/macdeploy/macdeployqtplus", line 155, in __init__
    raise RuntimeError("Could not find bundle binary for " + path)
RuntimeError: Could not find bundle binary for dist/Reddcoin-Qt.app
laudney commented 10 years ago

cannot reproduce

raid5 commented 10 years ago

Do you understand what the error is saying? I'm not too familiar with the process and the trace is a bit cryptic to me.