Renamed license files to be lowercase, use .txt extension

This commit is contained in:
Micah Lee 2018-06-18 10:34:06 -07:00
parent 4570db3786
commit 13a5db2223
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
4 changed files with 6 additions and 6 deletions

View File

@ -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"