Rename LICENSE to LICENSE.txt

This commit is contained in:
Micah Lee 2023-10-17 12:25:05 -07:00
parent e36fed14e5
commit 4b4943d014
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ with open(os.path.join("..", "cli", "onionshare_cli", "resources", "version.txt"
version = version[0:-5]
# Build
include_files = [(os.path.join("..", "LICENSE"), "LICENSE")]
include_files = [(os.path.join("..", "LICENSE.txt"), "LICENSE.txt")]
if platform.system() == "Windows":
include_msvcr = True