mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-03 09:48:05 +01:00
(svn r14585) -Fix (r14580): File mask for the script directory was wrong in the Win32 install script.
This commit is contained in:
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
Block a user