asciiwolf pushed to branch distro-deprecation-fix 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/c005ffdb430f8d73406b1134aeb1e40a15041de1

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/commit/c005ffdb430f8d73406b1134aeb1e40a15041de1
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to