Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2014-10-09 14:07:00 +0400
committerMarkus Goetz <markus@woboq.com>2014-10-09 14:07:00 +0400
commit32aaecd832c43eaba83e386765de9fc51e5708f8 (patch)
treed0b7233593a9c399512b685f660e7e1ffab66104 /admin/osx/macdeployqt.py
parentdfba8fbe5e932654bb604b8a1d1e33ea7d27f358 (diff)
macdeployqt: Fix missing symbol
Diffstat (limited to 'admin/osx/macdeployqt.py')
-rwxr-xr-xadmin/osx/macdeployqt.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/osx/macdeployqt.py b/admin/osx/macdeployqt.py
index ca826aa4d..02b3dfe30 100755
--- a/admin/osx/macdeployqt.py
+++ b/admin/osx/macdeployqt.py
@@ -68,6 +68,9 @@ class CouldNotFindQtPluginError(Error):
class CouldNotFindScriptPluginError(Error):
pass
+class CouldNotFindFrameworkError(Error):
+ pass
+
if len(sys.argv) < 2:
print 'Usage: %s <bundle.app>' % sys.argv[0]
exit()