add tlb archive type
This commit is contained in:
parent
476cbb061a
commit
d14dbaacaa
1 changed files with 1 additions and 0 deletions
|
|
@ -771,6 +771,7 @@ insert into archivetypes (name, description, extensions) values ('rc', 'Resource
|
|||
insert into archivetypes (name, description, extensions) values ('wsdl', 'Web Services Description Language', 'wsdl');
|
||||
insert into archivetypes (name, description, extensions) values ('obr', 'OSGi Bundle Repository', 'obr');
|
||||
insert into archivetypes (name, description, extensions) values ('liveimg-squashfs', 'liveimg compatible squashfs image', 'liveimg.squashfs');
|
||||
insert into archivetypes (name, description, extensions) values ('tlb', 'OLE type library file', 'tlb');
|
||||
|
||||
|
||||
-- Do we want to enforce a constraint that a build can only generate one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue