
boklm pushed to branch main at The Tor Project / Applications / torbrowser-launcher Commits: c005ffdb by AsciiWolf at 2025-09-29T18:38:26+02:00 Switch to using non-deprecated distro.name() - - - - - 1 changed file: - setup.py Changes: ===================================== setup.py ===================================== @@ -36,7 +36,7 @@ from setuptools import setup SHARE = "share" # detect linux distribution -distro = distro.linux_distribution()[0] +distro = distro.name() def file_list(path): View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/commit/... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/commit/... You're receiving this email because of your account on gitlab.torproject.org.