diff options
author | Chris Gavin <chris@chrisgavin.me> | 2017-04-25 09:12:26 +0100 |
---|---|---|
committer | Chris Gavin <chris@chrisgavin.me> | 2017-04-25 09:18:03 +0100 |
commit | 4f3ac7ddd7c6e2a35f093b4f12f0f6b5ab0349fe (patch) | |
tree | f37b082fbaaa1532ea26da8ff2340b8240b643d0 /contrib/macdeploy | |
parent | 54e2d87e792f683593fd9f06c2e1bff4b03a0e75 (diff) |
Remove unused variable from `macdeployqtplus` script.
Diffstat (limited to 'contrib/macdeploy')
-rwxr-xr-x | contrib/macdeploy/macdeployqtplus | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/macdeploy/macdeployqtplus b/contrib/macdeploy/macdeployqtplus index 5995f9f438..17214ebe87 100755 --- a/contrib/macdeploy/macdeployqtplus +++ b/contrib/macdeploy/macdeployqtplus @@ -302,7 +302,6 @@ def copyFramework(framework, path, verbose): if os.path.exists(fromContentsDir): toContentsDir = os.path.join(path, framework.destinationVersionContentsDirectory) shutil.copytree(fromContentsDir, toContentsDir, symlinks=True) - contentslinkfrom = os.path.join(path, framework.destinationContentsDirectory) if verbose >= 3: print("Copied Contents:", fromContentsDir) print(" to:", toContentsDir) |