ZIP 转 TAR
把 ZIP 重新打包成 TAR 包,这是 Unix 工具、构建脚本和部署流程默认认可的格式。
来自
To
ZIP
The universal archive format. Bundles files and folders into one compressed file that opens on any system without extra software.
TAR
The standard Unix bundle format. Collects files and folders into a single uncompressed file, common on Linux and macOS.