Skip to content

Commit

Permalink
Fixed PyInstaller copying file as folder (#8136)
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink authored Sep 5, 2024
2 parents 8f13391 + ebec2cf commit d63f266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tribler.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data_to_copy = [
(os.path.join(src_dir, "tribler", "core"), 'tribler_source/tribler/core'),
(os.path.join(src_dir, "tribler", "ui"), 'tribler_source/tribler/ui'),
(os.path.join(root_dir, "build", "win", "resources"), 'tribler_source/resources'),
(os.path.join(root_dir, "tribler.dist-info", "METADATA"), 'tribler.dist-info/METADATA'),
(os.path.join(root_dir, "tribler.dist-info", "METADATA"), 'tribler.dist-info'),

(os.path.dirname(aiohttp_apispec.__file__), 'aiohttp_apispec')
]
Expand Down

0 comments on commit d63f266

Please sign in to comment.