We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4719e7 + 2e6223b commit 55b1e30Copy full SHA for 55b1e30
build/win/build.py
@@ -61,7 +61,7 @@ def get_freeze_build_options():
61
("src/tribler/ui/public", "tribler_source/tribler/ui/public"),
62
("src/tribler/ui/dist", "tribler_source/tribler/ui/dist"),
63
("build/win/resources", "tribler_source/resources"),
64
- "tribler.dist-info/METADATA"
+ ("tribler.dist-info/METADATA", "lib/tribler.dist-info/METADATA")
65
]
66
67
# These packages will be excluded from the build
0 commit comments