mirror of https://github.com/OpenTTD/OpenTTD
(svn r14585) -Fix (r14580): File mask for the script directory was wrong in the Win32 install script.
parent
13aa3e24cd
commit
46bf0fadaa
|
@ -301,7 +301,7 @@ Section "Uninstall"
|
||||||
Delete "$INSTDIR\lang\*.lng"
|
Delete "$INSTDIR\lang\*.lng"
|
||||||
|
|
||||||
; Scripts
|
; Scripts
|
||||||
Delete "$INSTDIR\scripts\*.lng"
|
Delete "$INSTDIR\scripts\*.*"
|
||||||
|
|
||||||
; Remove remaining directories
|
; Remove remaining directories
|
||||||
RMDir "$SMPROGRAMS\$SHORTCUTS\Extras\"
|
RMDir "$SMPROGRAMS\$SHORTCUTS\Extras\"
|
||||||
|
|
Loading…
Reference in New Issue