automatically upload release notes (until the section number for change log changes... meh)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6391 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2013-07-14 20:34:45 +00:00
parent d2823d5ca9
commit 476abf9e3b

View file

@ -391,6 +391,7 @@ def UploadFiles():
sftpcmds.write('put %s\\nsis-%s.zip\n' % (newverdir, VERSION))
sftpcmds.write('put nsis-%s-log.zip\n' % VERSION)
sftpcmds.write('put nsis-%s-strlen_8192.zip\n' % VERSION)
sftpcmds.write('put %s\\build\\urelease\\Docs\\chm\\SectionF.1.html RELEASE.html\n' % newverdir)
sftpcmds.close()
run(