diff options
| author | Tim Jenßen <tim.jenssen@qt.io> | 2024-12-12 10:27:26 +0100 |
|---|---|---|
| committer | Tim Jenssen <tim.jenssen@qt.io> | 2024-12-12 10:10:04 +0000 |
| commit | e35b6faf9c7dc9f66f39ab465e57118da99048c5 (patch) | |
| tree | e024ae821bd1088c82c41ec9c7a586f5e69826e8 /scripts/deploy.py | |
| parent | 6751080884b3b699dce50a5e1af5c07ef50e4ae7 (diff) | |
rename qml2puppet to qmlpuppet
Reduce confusion that the 2 does not mean qml is transported.
It was the version when we had 1 and 2, but one is gone long ago.
Task-number: QDS-13345
Change-Id: Ie1664f4fd489182e5e234e31b4bf92a5f547323e
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'scripts/deploy.py')
| -rwxr-xr-x | scripts/deploy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deploy.py b/scripts/deploy.py index a16f762cbb5..c3955b8f04d 100755 --- a/scripts/deploy.py +++ b/scripts/deploy.py @@ -406,7 +406,7 @@ def deploy_qt_mac(qtc_binary_path, qt_install): additional_paths.append(os.path.join(bin_path, app)) additional_paths.append(os.path.join(libexec_path, 'qbs_processlauncher')) # qml2puppet - puppets = glob(os.path.join(libexec_path, 'qml2puppet*')) + puppets = glob(os.path.join(libexec_path, 'qmlpuppet*')) for puppet in puppets: additional_paths.append(puppet) # qtdiag, qtplugininfo |
