Skip to content

Commit

Permalink
Fixed Debian/Windows builds not detecting their own version (#8199)
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink authored Oct 9, 2024
2 parents b4719e7 + 2e6223b commit 55b1e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/win/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_freeze_build_options():
("src/tribler/ui/public", "tribler_source/tribler/ui/public"),
("src/tribler/ui/dist", "tribler_source/tribler/ui/dist"),
("build/win/resources", "tribler_source/resources"),
"tribler.dist-info/METADATA"
("tribler.dist-info/METADATA", "lib/tribler.dist-info/METADATA")
]

# These packages will be excluded from the build
Expand Down

0 comments on commit 55b1e30

Please sign in to comment.