mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Rename LICENSE to LICENSE.txt
This commit is contained in:
parent
e36fed14e5
commit
4b4943d014
@ -35,7 +35,7 @@ with open(os.path.join("..", "cli", "onionshare_cli", "resources", "version.txt"
|
|||||||
version = version[0:-5]
|
version = version[0:-5]
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
include_files = [(os.path.join("..", "LICENSE"), "LICENSE")]
|
include_files = [(os.path.join("..", "LICENSE.txt"), "LICENSE.txt")]
|
||||||
|
|
||||||
if platform.system() == "Windows":
|
if platform.system() == "Windows":
|
||||||
include_msvcr = True
|
include_msvcr = True
|
||||||
|
Loading…
Reference in New Issue
Block a user