boklm pushed to branch main at The Tor Project / Applications / torbrowser-launcher

Commits:

1 changed file:

Changes:

  • setup.py
    ... ... @@ -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):