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
1 changed file:
Changes:
| ... | ... | @@ -36,7 +36,7 @@ from setuptools import setup |
| 36 | 36 | SHARE = "share"
|
| 37 | 37 | |
| 38 | 38 | # detect linux distribution
|
| 39 | -distro = distro.linux_distribution()[0]
|
|
| 39 | +distro = distro.name()
|
|
| 40 | 40 | |
| 41 | 41 | |
| 42 | 42 | def file_list(path):
|