need to close the file so it can be deleted
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5711 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6b22e6b0be
commit
c7da0aee37
1 changed files with 1 additions and 0 deletions
|
@ -373,6 +373,7 @@ def UploadFiles():
|
||||||
sftpcmds.write('put %s\\nsis-%s.zip\n' % (newverdir, VERSION))
|
sftpcmds.write('put %s\\nsis-%s.zip\n' % (newverdir, VERSION))
|
||||||
sftpcmds.write('put nsis-%s-log.zip\n' % VERSION)
|
sftpcmds.write('put nsis-%s-log.zip\n' % VERSION)
|
||||||
sftpcmds.write('put nsis-%s-strlen_8192.zip\n' % VERSION)
|
sftpcmds.write('put nsis-%s-strlen_8192.zip\n' % VERSION)
|
||||||
|
sftpcmds.close()
|
||||||
|
|
||||||
run(
|
run(
|
||||||
SFTP % 'sftp-commands',
|
SFTP % 'sftp-commands',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue