[flatland-cvs] flatland/installer flatland.nsi,1.4,1.5
Status: Alpha
Brought to you by:
prideout
From: Philip R. <pri...@us...> - 2005-03-07 04:30:59
|
Update of /cvsroot/flatland/flatland/installer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5935 Modified Files: flatland.nsi Log Message: Fixed working directory. Index: flatland.nsi =================================================================== RCS file: /cvsroot/flatland/flatland/installer/flatland.nsi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** flatland.nsi 7 Mar 2005 02:55:22 -0000 1.4 --- flatland.nsi 7 Mar 2005 04:30:49 -0000 1.5 *************** *** 46,50 **** ; Set output path to the installation directory. ! SetOutPath $INSTDIR CreateDirectory "$SMPROGRAMS\Flatland" --- 46,50 ---- ; Set output path to the installation directory. ! SetOutPath $INSTDIR\bin\win32 CreateDirectory "$SMPROGRAMS\Flatland" |