mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-09 11:17:27 -03:00
Rename LICENSE to LICENSE.txt
This commit is contained in:
parent
e36fed14e5
commit
4b4943d014
2 changed files with 1 additions and 1 deletions
|
@ -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 a new issue