PhoenicisOrg/scripts

Missing "wizard" in "corefonts" Verb

madoar opened this issue · 2 comments

During the extraction of the font resources the wizard is not passed to CabExtract in:

new CabExtract()
.archive(fontResource)
.wizard(null)
.to(that.fontDirectory())
.extract();

plata commented

How could this work?

You mean how was it working before?
I have no clue... I guess the wizard was/is somehow optional...