From 4b4943d014bdbb0e36207d0f9d97b02571ec1ad9 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 17 Oct 2023 12:25:05 -0700 Subject: [PATCH] Rename LICENSE to LICENSE.txt --- LICENSE => LICENSE.txt | 0 desktop/setup-freeze.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE => LICENSE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/desktop/setup-freeze.py b/desktop/setup-freeze.py index 663fbf67..fe58be9d 100644 --- a/desktop/setup-freeze.py +++ b/desktop/setup-freeze.py @@ -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