diff options
| author | 2025-04-29 03:57:03 +0200 | |
|---|---|---|
| committer | 2025-04-29 03:57:03 +0200 | |
| commit | 75f9d1cc69872d4b8dbcd13145447ae1c6c2879a (patch) | |
| tree | a6d0231b88dde4025ed5ca292b2b5328e2a720f2 /packaging | |
| parent | 354b8c521e7951f7f332efd62257aebb48d44437 (diff) | |
Adding upstream version 2.2.0.upstream/2.2.0
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/win/delugewin.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/win/delugewin.spec b/packaging/win/delugewin.spec index b6b5573..e40529a 100644 --- a/packaging/win/delugewin.spec +++ b/packaging/win/delugewin.spec @@ -107,6 +107,8 @@ datas += copy_metadata('twisted', recursive=True) # Copy UI/Plugin and translation files to where pyinstaller expects package_data = collect_data_files('deluge') datas += package_data +# Workaround for Console UI files not being included in package data +datas += [('../../deluge/ui/console', 'deluge/ui/console')] icon = [src for src, dest in package_data if src.endswith('deluge.ico')][0] |
