aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-10-17 12:25:05 -0700
committerMicah Lee <micah@micahflee.com>2023-10-17 12:25:05 -0700
commit4b4943d014bdbb0e36207d0f9d97b02571ec1ad9 (patch)
tree5c9d42350f93356eb29c2456c8702807a7b27d7f
parente36fed14e54b70fa0f7b7c2668791203b2921565 (diff)
downloadonionshare-4b4943d014bdbb0e36207d0f9d97b02571ec1ad9.tar.gz
onionshare-4b4943d014bdbb0e36207d0f9d97b02571ec1ad9.zip
Rename LICENSE to LICENSE.txt
-rw-r--r--LICENSE.txt (renamed from LICENSE)0
-rw-r--r--desktop/setup-freeze.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE.txt
index 41232270..41232270 100644
--- a/LICENSE
+++ b/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