- there are no longer any *.htm files, but the installer was still

expecting to find something.  Remove references to *.htm.
This commit is contained in:
Bryce Denney 2003-01-06 03:26:55 +00:00
parent d4cb5060af
commit a926cdfd54

View File

@ -1,5 +1,5 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; $Id: bochs.nsi.in,v 1.5 2002-12-15 16:57:44 bdenney Exp $
; $Id: bochs.nsi.in,v 1.6 2003-01-06 03:26:55 bdenney Exp $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Setup Script for NSIS Installer
@ -65,7 +65,6 @@ Section "Bochs Program (required)" SecCore
File "${SRCDIR}\*.exe"
File "${SRCDIR}\*.txt"
File "${SRCDIR}\*.htm"
File "*.ico"
; Install keymaps
@ -329,7 +328,6 @@ Section "Uninstall"
Delete "${DESKTOP_DLXLINK}"
Delete "$INSTDIR\*.exe"
Delete "$INSTDIR\*.htm"
Delete "$INSTDIR\*.txt"
Delete "$INSTDIR\*.ico"
Delete "$INSTDIR\keymaps\*"