mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-03 11:49:33 -05:00
Ensure snowflake, obfs4 and tor licenses are included in binary packages
This commit is contained in:
parent
fc4aacae7d
commit
03b02c921b
@ -35,7 +35,12 @@ with open(os.path.join("..", "cli", "onionshare_cli", "resources", "version.txt"
|
||||
version = version[0:-5]
|
||||
|
||||
# Build
|
||||
include_files = [(os.path.join("..", "LICENSE.txt"), "LICENSE.txt")]
|
||||
include_files = [
|
||||
(os.path.join("..", "LICENSE.txt"), "LICENSE.txt"),
|
||||
(os.path.join("..", "licenses", "license-obfs4.txt"), "license-obfs4.txt"),
|
||||
(os.path.join("..", "licenses", "license-snowflake.txt"), "license-snowflake.txt"),
|
||||
(os.path.join("..", "licenses", "license-tor.txt"), "license-tor.txt")
|
||||
]
|
||||
|
||||
if platform.system() == "Windows":
|
||||
include_msvcr = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user