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 497c297020 - Show all commits

View File

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