Skip to content

Commit

Permalink
Merge branch 'main' into main_headless
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmole authored Sep 25, 2024
2 parents 2fbcd9f + caffde7 commit a3b7da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/debian/makedist_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ cd ./build/debian/tribler
export DEBEMAIL="[email protected]"
export DEBFULLNAME="Tribler"
dch -v $GITHUB_TAG "New release"
dch -v $GITHUB_TAG "See https://github.com/Tribler/tribler/releases/tag/$GITHUB_TAG for more info"
dch -v $GITHUB_TAG "See https://github.com/Tribler/tribler/releases/tag/v$GITHUB_TAG for more info"

dpkg-buildpackage -b -rfakeroot -us -uc
2 changes: 1 addition & 1 deletion build/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def read_requirements(file_name: str, directory: str = ".") -> list[str]:
version = Version(".".join(version_numbers))

# cx_Freeze does not automatically make the package metadata
os.mkdir("tribler.dist-info")
os.makedirs("tribler.dist-info", exist_ok=True)
with open("tribler.dist-info/METADATA", "w") as metadata_file:
metadata_file.write(f"""Metadata-Version: 2.3
Name: Tribler
Expand Down

0 comments on commit a3b7da6

Please sign in to comment.