mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
macdeployqt: Fix missing symbol
This commit is contained in:
parent
dfba8fbe5e
commit
32aaecd832
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue