Merge pull request #1223 from micahflee/1159_kill_stale_tor

When starting OnionShare, kill old tor process if it exists
This commit is contained in:
Micah Lee 2020-11-27 15:52:01 -08:00 committed by GitHub
commit 2b7c36c5fe
4 changed files with 64 additions and 34 deletions

View file

@ -14,7 +14,6 @@ icon = "src/onionshare/resources/onionshare"
sources = ['src/onionshare']
requires = [
"./onionshare_cli-2.3.dev2-py3-none-any.whl",
"psutil",
"pyside2==5.15.1",
"qrcode"
]