aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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