Changeset - r1841:31396cc206d8
[Not reviewed]
master
0 1 0
Darkvater - 19 years ago 2005-05-17 20:59:29
darkvater@openttd.org
(svn r2346) - Fix: Have the windows installer also delete any spritecache.xx files on uninstall
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
os/win32/installer/install.nsi
Show inline comments
 
@@ -233,6 +233,7 @@ Section Uninstall
 
	Delete "$INSTDIR\crash.log"
 
	Delete "$INSTDIR\openttd.cfg"
 
	Delete "$INSTDIR\hs.dat"
 
	Delete "$INSTDIR\cached_sprites.*"
 
	Delete "$INSTDIR\save\autosave\network*.tmp" ; temporary network file
 

	
 
	; Data files
0 comments (0 inline, 0 general)