fx create-pb-zip

根据 product_bundles.json 文件创建适合刷写的 pb.zip。

The created zip file will default to ${pwd}/pb.zip
usage: fx create-pb-zip [-b <product_bundle>] [-o <output>] [-c <compression_level>]
  -o     Output location of built zip file
  -b     Name of product bundle to zip
  -c     Compression level for zip. 0 for no compression -- this can be much faster.

create-pb-zip 源代码