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 原始碼