[flatland-cvs] flatland/installer flatland.nsi,1.9,1.10
Status: Alpha
Brought to you by:
prideout
From: Philip R. <pri...@us...> - 2005-07-03 21:07:43
|
Update of /cvsroot/flatland/flatland/installer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30531 Modified Files: flatland.nsi Log Message: Added notes to the release procedure. Index: flatland.nsi =================================================================== RCS file: /cvsroot/flatland/flatland/installer/flatland.nsi,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** flatland.nsi 3 Jul 2005 20:38:16 -0000 1.9 --- flatland.nsi 3 Jul 2005 21:07:34 -0000 1.10 *************** *** 12,16 **** ; 8. make a zip called flatland-v0-0.zip ; 9. Run installer\make.bat ! ; 10. Add the zip and the exe to the released files on the SourceForge projects page. ; 11. putty shell.sf.net and add a news item to html\index.html. ; --- 12,19 ---- ; 8. make a zip called flatland-v0-0.zip ; 9. Run installer\make.bat ! ; 10. FTP upload.sf.net using anonymous. ! ; Use "bin" and "cd incoming" and "put <filename>" for the zip and the exe. ! ; Go to the project page, Admin, File Releases and create a new release called "v0-0" with these two files. ! ; Note that the exe is i386 win32 and the zip is a platform-independent "source" zip. ; 11. putty shell.sf.net and add a news item to html\index.html. ; |