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:
parent
d2823d5ca9
commit
476abf9e3b
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue