mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 888646 - Update missed use of SimpleManifestSink API. r=trivial
This is a simple follow-up to Bug 887121.
This commit is contained in:
parent
8cfacdc312
commit
fc116353df
@ -10,6 +10,7 @@ from mozpack.packager.formats import (
|
||||
from mozpack.packager import (
|
||||
preprocess_manifest,
|
||||
preprocess,
|
||||
Component,
|
||||
SimpleManifestSink,
|
||||
)
|
||||
from mozpack.files import (
|
||||
@ -315,7 +316,7 @@ def main():
|
||||
if args.manifest:
|
||||
preprocess_manifest(sink, args.manifest, defines)
|
||||
else:
|
||||
sink.add('', 'bin/*')
|
||||
sink.add(Component(''), 'bin/*')
|
||||
sink.close(args.manifest is not None)
|
||||
|
||||
if args.removals:
|
||||
|
Loading…
Reference in New Issue
Block a user