From 2e4f470f1a7fb4b0e6b969c8c58caca05efb9607 Mon Sep 17 00:00:00 2001 From: zuu Date: Sun, 6 Jan 2013 16:44:15 +0000 Subject: (svn r24890) -Fix: Distribute GS compat_.nut with OpenTTD --- os/windows/installer/install.nsi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'os/windows') diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 6fef11d2e..28fa0852d 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -124,6 +124,10 @@ Section "!OpenTTD" Section1 SetOutPath "$INSTDIR\ai\" File ${PATH_ROOT}bin\ai\compat_*.nut + ; Copy Game Script files + SetOutPath "$INSTDIR\game\" + File ${PATH_ROOT}bin\game\compat_*.nut + ; Copy data files SetOutPath "$INSTDIR\baseset\" File ${PATH_ROOT}bin\baseset\*.grf @@ -398,6 +402,9 @@ Section "Uninstall" ; AI files Delete "$INSTDIR\ai\compat_*.nut" + ; Game Script files + Delete "$INSTDIR\game\compat_*.nut" + ; Baseset files Delete "$INSTDIR\baseset\opntitle.dat" Delete "$INSTDIR\baseset\openttd.grf" @@ -469,6 +476,7 @@ Section "Uninstall" RMDir "$SMPROGRAMS\$SHORTCUTS\Docs\" RMDir "$SMPROGRAMS\$SHORTCUTS" RMDir "$INSTDIR\ai" + RMDir "$INSTDIR\game" RMDir "$INSTDIR\data" RMDir "$INSTDIR\baseset" RMDir "$INSTDIR\gm" -- cgit v1.2.3-54-g00ecf