summaryrefslogtreecommitdiff
path: root/os/windows
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2019-10-28 22:23:30 +0000
committerglx22 <glx22@users.noreply.github.com>2019-10-28 23:52:54 +0100
commitdd07b23ed3fe5fa5f694b4556c45dd9cc93f0ce8 (patch)
treed2dce72d3363245f14ac5e47eed4ac2ea48e2554 /os/windows
parentf5b72059be17f38a288472962ae155fa7d0653a4 (diff)
downloadopenttd-dd07b23ed3fe5fa5f694b4556c45dd9cc93f0ce8.tar.xz
Fix: A few places still referred to old name of COPYING and README
Diffstat (limited to 'os/windows')
-rw-r--r--os/windows/installer/install.nsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi
index 8c65ca4e6..a4dd610d9 100644
--- a/os/windows/installer/install.nsi
+++ b/os/windows/installer/install.nsi
@@ -63,7 +63,7 @@ Var CDDRIVE
!define MUI_ABORTWARNING
!define MUI_WELCOMEPAGE_TITLE_3LINES
!insertmacro MUI_PAGE_WELCOME
-!insertmacro MUI_PAGE_LICENSE "..\..\..\COPYING"
+!insertmacro MUI_PAGE_LICENSE "..\..\..\COPYING.md"
!define MUI_COMPONENTSPAGE_SMALLDESC
!insertmacro MUI_PAGE_COMPONENTS
@@ -156,8 +156,8 @@ Section "!OpenTTD" Section1
File ${PATH_ROOT}changelog.txt
Push "$INSTDIR\changelog.txt"
Call unix2dos
- File ${PATH_ROOT}COPYING
- Push "$INSTDIR\COPYING"
+ File ${PATH_ROOT}COPYING.md
+ Push "$INSTDIR\COPYING.md"
Call unix2dos
File ${PATH_ROOT}README.md
Push "$INSTDIR\README.md"
@@ -392,7 +392,7 @@ Section "Uninstall"
Delete "$INSTDIR\README.md"
Delete "$INSTDIR\known-bugs.txt"
Delete "$INSTDIR\openttd.exe"
- Delete "$INSTDIR\COPYING"
+ Delete "$INSTDIR\COPYING.md"
Delete "$INSTDIR\INSTALL.LOG"
Delete "$INSTDIR\crash.log"
Delete "$INSTDIR\crash.dmp"