XPack Packaging
Xmake provides a powerful packaging command xmake pack and includes("@builtin/xpack") module to support generating installation packages in various formats (NSIS, Zip, Tar, Deb, Rpm, etc.).
For packaging commands, see Pack Programs. For the complete XPack API, see XPack API.
Basic Usage
xmake.lua
Generate Package
bash
$ xmake packGenerate Specific Format
bash
$ xmake pack -f nsis
$ xmake pack -f zip