wrong package name

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4304 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-10-04 14:14:38 +00:00
parent 6ae7a6cc40
commit fbe0f8e2d0

View file

@ -293,7 +293,7 @@ upload(ftp, newverdir + '.tar.bz2')
upload(ftp, newverdir + '\\nsis-%s.exe' % VERSION)
upload(ftp, newverdir + '\\nsis-%s.zip' % VERSION)
upload(ftp, 'nsis-%s-log.zip' % VERSION)
upload(ftp, 'nsis-%s-8192.zip' % VERSION)
upload(ftp, 'nsis-%s-strlen_8192.zip' % VERSION)
ftp.quit()