added "-setup" suffix to installer output file name

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4445 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-12-17 13:54:34 +00:00
parent 47b2ca9bcb
commit 4ca94f6615
3 changed files with 4 additions and 4 deletions

View file

@ -192,7 +192,7 @@ run(
)
run(
'..\\nsis-test.exe /S /D=%s\\insttest' % os.getcwd(),
'..\\nsis-test-setup.exe /S /D=%s\\insttest' % os.getcwd(),
None,
'installer failed'
)
@ -282,7 +282,7 @@ ftp = FTP('upload.sourceforge.net')
ftp.login()
upload(ftp, newverdir + '.tar.bz2')
upload(ftp, newverdir + '\\nsis-%s.exe' % VERSION)
upload(ftp, newverdir + '\\nsis-%s-setup.exe' % VERSION)
upload(ftp, newverdir + '\\nsis-%s.zip' % VERSION)
upload(ftp, 'nsis-%s-log.zip' % VERSION)
upload(ftp, 'nsis-%s-strlen_8192.zip' % VERSION)