aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/win
diff options
context:
space:
mode:
authorLibravatarDaniel Baumann <daniel@debian.org>2025-04-29 03:57:12 +0200
committerLibravatarDaniel Baumann <daniel@debian.org>2025-04-29 03:57:12 +0200
commitea56e3e1db8fe40fbbd65884a84f6d29039e4247 (patch)
treea4acc013e09242684b77de353454bcf042896805 /packaging/win
parent2f28da0dd53301b5fa2c5dc9f1b308ebf7648b3a (diff)
Merging upstream version 2.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'packaging/win')
-rw-r--r--packaging/win/delugewin.spec2
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]