|
From: <jgr...@us...> - 2003-08-22 07:30:48
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv30514/windows
Modified Files:
installer.nsi
Log Message:
Add favicon
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** installer.nsi 18 Aug 2003 12:15:51 -0000 1.108
--- installer.nsi 20 Aug 2003 01:40:12 -0000 1.109
***************
*** 579,582 ****
--- 579,583 ----
File "..\engine\pipe.pl"
File "..\engine\pix.gif"
+ File "..\engine\favicon.ico"
File "..\engine\black.gif"
File "..\engine\otto.gif"
***************
*** 2099,2102 ****
--- 2100,2104 ----
Delete $INSTDIR\*.pl
Delete $INSTDIR\*.gif
+ Delete $INSTDIR\favicon.ico
Delete $INSTDIR\*.exe
Delete $INSTDIR\*.change
|