diff options
Diffstat (limited to 'scripts/makeupdates')
| -rwxr-xr-x | scripts/makeupdates | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makeupdates b/scripts/makeupdates index 9b47b2c20..3c99a0123 100755 --- a/scripts/makeupdates +++ b/scripts/makeupdates @@ -133,9 +133,9 @@ def copyUpdatedFiles(tag, updates, cwd): file.endswith('.sh') or file == 'configure.ac': continue - if file.endswith('.ui'): + if file.endswith('.glade'): # Some UI files should go under ui/<dir> where dir is the - # directory above the file.ui + # directory above the file.glade uidir = os.path.dirname(file).split(os.path.sep)[-1] if uidir in ["hubs", "spokes"]: install_to_dir(file, os.path.join(tmpupdates, "ui", uidir)) |
