auto-update works
Change-Id: I49c0c5982d641d51d4f79ee201ae60a127af6c03
diff --git a/osx/osxdist.py b/osx/osxdist.py
index 77c7546..28e01b1 100644
--- a/osx/osxdist.py
+++ b/osx/osxdist.py
@@ -376,7 +376,7 @@
a = AppBundle('ChronoShare.app', ver)
a.copy_qt_plugins()
a.handle_libs()
- a.copy_resources(['../gui/images', '../gui/html', '../osx/qt.conf'])
+ a.copy_resources(['../gui/images', '../gui/html', '../osx/qt.conf', '../osx/dsa_pub.pem'])
a.update_plist()
a.set_min_macosx_version('10.8.0')
a.done()