Skip to content

Commit

Permalink
Fixed PyInstaller copying file as folder
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Sep 5, 2024
1 parent c756295 commit ebec2cf
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 ebec2cf

Please sign in to comment.