Skip to content

Commit 55b1e30

Browse files
authored
Fixed Debian/Windows builds not detecting their own version (#8199)
2 parents b4719e7 + 2e6223b commit 55b1e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/win/build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_freeze_build_options():
6161
("src/tribler/ui/public", "tribler_source/tribler/ui/public"),
6262
("src/tribler/ui/dist", "tribler_source/tribler/ui/dist"),
6363
("build/win/resources", "tribler_source/resources"),
64-
"tribler.dist-info/METADATA"
64+
("tribler.dist-info/METADATA", "lib/tribler.dist-info/METADATA")
6565
]
6666

6767
# These packages will be excluded from the build

0 commit comments

Comments
 (0)