2020-10-13 01:40:55 -04:00
|
|
|
[tool.briefcase]
|
|
|
|
project_name = "OnionShare"
|
2020-10-14 01:28:21 -04:00
|
|
|
bundle = "org.onionshare"
|
2021-05-04 23:21:10 -04:00
|
|
|
version = "2.3.2.dev1"
|
2020-10-13 01:40:55 -04:00
|
|
|
url = "https://onionshare.org"
|
|
|
|
license = "GPLv3"
|
|
|
|
author = 'Micah Lee'
|
|
|
|
author_email = "micah@micahflee.com"
|
|
|
|
|
2020-10-13 20:28:54 -04:00
|
|
|
[tool.briefcase.app.onionshare]
|
2020-10-13 01:40:55 -04:00
|
|
|
formal_name = "OnionShare"
|
2020-11-06 16:44:21 -05:00
|
|
|
description = "Securely and anonymously share files, host websites, and chat with friends using the Tor network"
|
2020-10-13 20:28:54 -04:00
|
|
|
icon = "src/onionshare/resources/onionshare"
|
2020-10-13 01:40:55 -04:00
|
|
|
sources = ['src/onionshare']
|
|
|
|
requires = [
|
2021-05-03 21:50:01 -04:00
|
|
|
"./onionshare_cli-2.3.2-py3-none-any.whl",
|
|
|
|
"pyside2==5.15.2",
|
2020-11-08 16:34:19 -05:00
|
|
|
"qrcode"
|
2020-10-13 01:40:55 -04:00
|
|
|
]
|
|
|
|
|
2020-10-13 20:28:54 -04:00
|
|
|
[tool.briefcase.app.onionshare.macOS]
|
2020-10-13 01:40:55 -04:00
|
|
|
requires = []
|
|
|
|
|
2020-10-13 20:28:54 -04:00
|
|
|
[tool.briefcase.app.onionshare.linux]
|
2020-10-13 01:40:55 -04:00
|
|
|
requires = []
|
2020-10-14 01:28:21 -04:00
|
|
|
system_requires = [
|
|
|
|
"tor",
|
|
|
|
"obfs4proxy",
|
|
|
|
"gcc",
|
|
|
|
"python3-dev",
|
|
|
|
]
|
2020-10-13 01:40:55 -04:00
|
|
|
|
2020-10-13 20:28:54 -04:00
|
|
|
[tool.briefcase.app.onionshare.windows]
|
2020-10-13 01:40:55 -04:00
|
|
|
requires = ["pywin32"]
|
|
|
|
|
|
|
|
# Mobile deployments
|
2020-10-13 20:28:54 -04:00
|
|
|
[tool.briefcase.app.onionshare.iOS]
|
2020-10-13 01:40:55 -04:00
|
|
|
requires = []
|
|
|
|
|
2020-10-13 20:28:54 -04:00
|
|
|
[tool.briefcase.app.onionshare.android]
|
2020-10-13 01:40:55 -04:00
|
|
|
requires = []
|