From 5b3286179cf74ad90555a352145c66428834fbb5 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 4 Aug 2005 19:22:53 +0000 Subject: Change a +4 to a +5. Apparently, the designeers of NSI believed that 6502 assembly represented the cutting-edge in language design. svn:r4692 --- contrib/tor.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/tor.nsi') diff --git a/contrib/tor.nsi b/contrib/tor.nsi index 1db00b64a..38f6cc567 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -146,7 +146,7 @@ Section "Start Menu" StartMenu CreateShortCut "$SMPROGRAMS\Tor\Torrc.lnk" "Notepad.exe" "$configdir\torrc" CreateShortCut "$SMPROGRAMS\Tor\Tor Website.lnk" "$INSTDIR\Tor Website.url" CreateShortCut "$SMPROGRAMS\Tor\Uninstall.lnk" "$INSTDIR\Uninstall.exe" - IfFileExists "$INSTDIR\Documents\*.*" "" +4 + IfFileExists "$INSTDIR\Documents\*.*" "" +5 CreateDirectory "$SMPROGRAMS\Tor\Documents" CreateShortCut "$SMPROGRAMS\Tor\Documents\Tor Manual.lnk" "$INSTDIR\Documents\tor-doc.html" CreateShortCut "$SMPROGRAMS\Tor\Documents\Tor Documentation.lnk" "$INSTDIR\Documents" -- cgit v1.2.3