summaryrefslogtreecommitdiffstats
path: root/tools/scripts/take_snapshot.py
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2024-12-02 11:13:25 +0100
committerMichal Klocek <michal.klocek@qt.io>2024-12-20 19:03:12 +0100
commit069406ec3093efa2b42d1a9f90b729697d19eda3 (patch)
tree1ac9a40593b73dbc36ca6e6a7173f8ba5667f414 /tools/scripts/take_snapshot.py
parent1026afe9194451136619f7f71b9fc608bd7c415e (diff)
Add get_clsids.py to snapshot
Change-Id: I564368ab8ff89d33a724ace36f5418dcfb74c9fa Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tools/scripts/take_snapshot.py')
-rwxr-xr-xtools/scripts/take_snapshot.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py
index 4b4638381..f4b48a33c 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -121,7 +121,8 @@ def isInChromiumBlacklist(file_path):
or (file_path.startswith('remoting')
and not file_path.endswith('VERSION')
and not file_path.endswith('branding_Chromium')
- and not file_path.endswith('remove_spaces.py'))
+ and not file_path.endswith('remove_spaces.py')
+ and not file_path.endswith('get_clsids.py'))
or file_path.startswith('rlz')
or file_path.startswith('testing/android')
or file_path.startswith('testing/buildbot')