diff options
author | rubidium <rubidium@openttd.org> | 2012-05-16 19:34:36 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-05-16 19:34:36 +0000 |
commit | c94a2d52896964f16f3f972c115bbb687861ab1c (patch) | |
tree | 04fa339e6323f16fdd8d35f15aae0a232223838c /os/windows | |
parent | 66496c47a36472938cc2e8cecf009f2c32f9a375 (diff) | |
download | openttd-c94a2d52896964f16f3f972c115bbb687861ab1c.tar.xz |
(svn r24257) -Fix [FS#5112]: update some outdated documentation and make is somewhat more consistent
Diffstat (limited to 'os/windows')
-rw-r--r-- | os/windows/installer/install.nsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index d5a9ede86..3eae10e2a 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -143,9 +143,6 @@ Section "!OpenTTD" Section1 File ${PATH_ROOT}docs\multiplayer.txt Push "$INSTDIR\docs\multiplayer.txt" Call unix2dos - File ${PATH_ROOT}docs\32bpp.txt - Push "$INSTDIR\docs\32bpp.txt" - Call unix2dos ; Copy the rest of the stuff SetOutPath "$INSTDIR\" @@ -217,7 +214,6 @@ Section "!OpenTTD" Section1 CreateShortCut "$SMPROGRAMS\$SHORTCUTS\Known-bugs.lnk" "$INSTDIR\known-bugs.txt" CreateDirectory "$SMPROGRAMS\$SHORTCUTS\Docs" CreateShortCut "$SMPROGRAMS\$SHORTCUTS\Docs\Multiplayer.lnk" "$INSTDIR\docs\multiplayer.txt" - CreateShortCut "$SMPROGRAMS\$SHORTCUTS\Docs\32bpp.lnk" "$INSTDIR\docs\32bpp.txt" CreateDirectory "$SMPROGRAMS\$SHORTCUTS\Scripts" CreateShortCut "$SMPROGRAMS\$SHORTCUTS\Scripts\Readme.lnk" "$INSTDIR\scripts\readme.txt" !insertmacro MUI_STARTMENU_WRITE_END |