summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install/licenses/license-obfs4.txt (renamed from install/licenses/LICENSE.obfs4)0
-rw-r--r--install/licenses/license-onionshare.txt (renamed from install/licenses/LICENSE.onionshare)0
-rw-r--r--install/licenses/license-tor.txt (renamed from install/licenses/LICENSE.tor)0
-rw-r--r--install/onionshare.nsi12
4 files changed, 6 insertions, 6 deletions
diff --git a/install/licenses/LICENSE.obfs4 b/install/licenses/license-obfs4.txt
index 6b89f8ca..6b89f8ca 100644
--- a/install/licenses/LICENSE.obfs4
+++ b/install/licenses/license-obfs4.txt
diff --git a/install/licenses/LICENSE.onionshare b/install/licenses/license-onionshare.txt
index 3d26a84e..3d26a84e 100644
--- a/install/licenses/LICENSE.onionshare
+++ b/install/licenses/license-onionshare.txt
diff --git a/install/licenses/LICENSE.tor b/install/licenses/license-tor.txt
index 3d0f8c12..3d0f8c12 100644
--- a/install/licenses/LICENSE.tor
+++ b/install/licenses/license-tor.txt
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 5470b4b6..245a128b 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -163,9 +163,9 @@ Section "install"
File "${BINPATH}\lib2to3\tests\data\README"
SetOutPath "$INSTDIR\licenses"
- File "${BINPATH}\licenses\LICENSE.obfs4"
- File "${BINPATH}\licenses\LICENSE.onionshare"
- File "${BINPATH}\licenses\LICENSE.tor"
+ File "${BINPATH}\licenses\license-obfs4.txt"
+ File "${BINPATH}\licenses\license-onionshare.txt"
+ File "${BINPATH}\licenses\license-tor.txt"
File "${BINPATH}\licenses\readme.txt"
SetOutPath "$INSTDIR\PyQt5\Qt\bin"
@@ -356,9 +356,9 @@ FunctionEnd
Delete "$INSTDIR\lib2to3\tests"
Delete "$INSTDIR\lib2to3\tests\data"
Delete "$INSTDIR\lib2to3\tests\data\README"
- Delete "$INSTDIR\licenses\LICENSE.obfs4"
- Delete "$INSTDIR\licenses\LICENSE.onionshare"
- Delete "$INSTDIR\licenses\LICENSE.tor"
+ Delete "$INSTDIR\licenses\license-obfs4.txt"
+ Delete "$INSTDIR\licenses\license-onionshare.txt"
+ Delete "$INSTDIR\licenses\license-tor.txt"
Delete "$INSTDIR\licenses\readme.txt"
Delete "$INSTDIR\mfc140u.dll"
Delete "$INSTDIR\MSVCP140.dll"