(svn r17261) -Fix (r17214): don't forget to package the compatability wrapper scripts

This commit is contained in:
rubidium
2009-08-22 16:07:39 +00:00
parent 5a76fb5686
commit 1c8c6090d0
2 changed files with 13 additions and 0 deletions

View File

@@ -106,6 +106,10 @@ Section "!OpenTTD" Section1
SetOutPath "$INSTDIR\lang\"
File ${PATH_ROOT}bin\lang\*.lng
; Copy AI files
SetOutPath "$INSTDIR\ai\"
File ${PATH_ROOT}bin\ai\compat_*.nut
; Copy data files
SetOutPath "$INSTDIR\data\"
File ${PATH_ROOT}bin\data\*.grf
@@ -298,6 +302,9 @@ Section "Uninstall"
Delete "$INSTDIR\cached_sprites.*"
Delete "$INSTDIR\save\autosave\network*.tmp" ; temporary network file
; AI files
Delete "$INSTDIR\ai\compat_*.nut"
; Data files
Delete "$INSTDIR\data\opntitle.dat"