Re: Little redesign of package files for 1.3
"Jan Niklas Hasse" <[email protected]>
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
Okay, here's a patch which adds those variables like skipLines to the header. Btw: Why are the 2 .template files nearly equal (I only recognized trivial differences)? Could be one file then. --------------------------------------------------------------------- To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/[email protected] For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected]
header.diff
(text/x-diff, 1 KB)
Index: stub.template =================================================================== --- stub.template (Revision 2463) +++ stub.template (Arbeitskopie) @@ -7,6 +7,11 @@ # PackageVersion %PackageVersion% # CPUArchitecture %CPUArchitecture% # gecko mimetype hack: +# SkipLines %skipLines% +# Compression %Compression% +# MetaSize %metaSize% +# DataSize %dataSize% +# MD5Sum %MD5Sum% # Do not attempt to parse any information below this line # programmatically. The only supported interfaces this file exports Index: stub.2.template =================================================================== --- stub.2.template (Revision 2463) +++ stub.2.template (Arbeitskopie) @@ -7,6 +7,11 @@ # PackageVersion %PackageVersion% # CPUArchitecture %CPUArchitecture% # gecko mimetype hack: +# SkipLines %skipLines% +# Compression %Compression% +# MetaSize %metaSize% +# DataSize %dataSize% +# MD5Sum %MD5Sum% # Do not attempt to parse any information below this line # programmatically. The only supported interfaces this file exports