Explorar o código

Remove click-through license page from windows installer

svn:r3259
Nick Mathewson %!s(int64=20) %!d(string=hai) anos
pai
achega
7dd37f9e6b
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      contrib/tor.nsi

+ 3 - 1
contrib/tor.nsi

@@ -66,7 +66,9 @@ CRCCheck on
 !define MUI_FINISHPAGE_LINK_LOCATION ${WEBSITE}
 
 !insertmacro MUI_PAGE_WELCOME
-!insertmacro MUI_PAGE_LICENSE "${LICENSE}"
+; There's no point in having a clickthrough license: Our license adds
+; certain rights, but doesn't remove them.
+; !insertmacro MUI_PAGE_LICENSE "${LICENSE}"
 !insertmacro MUI_PAGE_COMPONENTS
 !insertmacro MUI_PAGE_DIRECTORY
 !insertmacro MUI_PAGE_INSTFILES