--- outline: deep --- # 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.). ## Basic Usage ### Generate Package ```bash $ xmake pack ``` ### Generate Specific Format ```bash $ xmake pack -f nsis $ xmake pack -f zip ```