|
From: <ssc...@us...> - 2003-06-19 20:48:11
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv19779
Modified Files:
Tag: v0/18/1
installer.nsi
Log Message:
update variables to package 0.18.3
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.33.2.1
retrieving revision 1.33.2.2
diff -C2 -d -r1.33.2.1 -r1.33.2.2
*** installer.nsi 10 Jun 2003 00:24:43 -0000 1.33.2.1
--- installer.nsi 19 Jun 2003 20:48:08 -0000 1.33.2.2
***************
*** 4,8 ****
; Modified to work with NSIS v2.0b1
!define MUI_PRODUCT "POPFile"
! !define MUI_VERSION "0.18.2"
!include "MUI.nsh"
;--------------------------------
--- 4,8 ----
; Modified to work with NSIS v2.0b1
!define MUI_PRODUCT "POPFile"
! !define MUI_VERSION "0.18.3"
!include "MUI.nsh"
;--------------------------------
***************
*** 138,142 ****
SetOutPath $INSTDIR
! File "..\engine\v0.18.2.change"
File "..\engine\*.pl"
File "..\engine\pix.gif"
--- 138,142 ----
SetOutPath $INSTDIR
! File "..\engine\v0.18.3.change"
File "..\engine\*.pl"
File "..\engine\pix.gif"
|