mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 21:09:26 +02:00
* Add the zip-sourcesuffix to the filename in the manifest
git-svn-id: trunk@34677 -
This commit is contained in:
parent
fd71e3193d
commit
79faa8f01d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user