* Add the zip-sourcesuffix to the filename in the manifest

git-svn-id: trunk@34677 -
This commit is contained in:
joost 2016-10-08 20:37:24 +00:00
parent fd71e3193d
commit 79faa8f01d

View File

@ -3611,7 +3611,7 @@ begin
Add(' ' + GetXMLVersionString(FVersion.Major,FVersion.Minor,FVersion.Micro,FVersion.Build));
AddOSes(' ',OSes);
AddCPUs(' ',CPUs);
Add(Format(' <filename>%s</filename>',[QuoteXml(FileName + ZipExt)]));
Add(Format(' <filename>%s</filename>',[QuoteXml(FileName + MakeZipSuffix(cpuNone, osNone) + ZipExt)]));
Add(Format(' <author>%s</author>',[QuoteXml(Author)]));
Add(Format(' <license>%s</license>',[QuoteXml(License)]));
if HomepageURL<>'' then