Skip to content

Commit

Permalink
[Packaging] Fix deluge-console working again on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mhertz committed Aug 27, 2024
1 parent 8867da9 commit aa281e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/win/delugewin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ 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
datas += [('../../deluge/ui/console', 'deluge/ui/console')]

icon = [src for src, dest in package_data if src.endswith('deluge.ico')][0]

Expand Down

0 comments on commit aa281e7

Please sign in to comment.