Rename LICENSE to LICENSE.txt

This commit is contained in:
Micah Lee 2023-10-17 12:25:05 -07:00
parent 024e3c285c
commit c127ace062
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]
# Build
include_files = [(os.path.join("..", "LICENSE"), "LICENSE")]
include_files = [(os.path.join("..", "LICENSE.txt"), "LICENSE.txt")]
if platform.system() == "Windows":
include_msvcr = True