aboutsummaryrefslogtreecommitdiff
path: root/contrib/macdeploy
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-05-31 16:31:51 +0800
committerfanquake <fanquake@gmail.com>2021-06-09 12:16:47 +0800
commit3d26b6b9e928e3cdc4b3d8d1f66ec7ed022b411b (patch)
tree47467d5a4a4accb20be67f5b3b5a6d52928daedd /contrib/macdeploy
parentdca6c9032993f2bbf8047751d52f2a5c7ebd3ee4 (diff)
downloadbitcoin-3d26b6b9e928e3cdc4b3d8d1f66ec7ed022b411b.tar.xz
macdeploy: fix framework printing when passing -verbose
Diffstat (limited to 'contrib/macdeploy')
-rwxr-xr-xcontrib/macdeploy/macdeployqtplus2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/macdeploy/macdeployqtplus b/contrib/macdeploy/macdeployqtplus
index c47089a5bd..98dc6f3580 100755
--- a/contrib/macdeploy/macdeployqtplus
+++ b/contrib/macdeploy/macdeployqtplus
@@ -52,7 +52,7 @@ class FrameworkInfo(object):
return False
def __str__(self):
- return f""" Framework name: {frameworkName}
+ return f""" Framework name: {self.frameworkName}
Framework directory: {self.frameworkDirectory}
Framework path: {self.frameworkPath}
Binary name: {self.binaryName}