mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Renamed license files to be lowercase, use .txt extension
This commit is contained in:
parent
4570db3786
commit
13a5db2223
4 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue