diff options
| author | ruki <[email protected]> | 2023-11-16 23:05:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-16 23:05:56 +0800 |
| commit | 41de52de7a82e4ed8ef7e0b86ebed344e69820ea (patch) | |
| tree | efc47095943cb54e64289d565a2243ea920e1272 /xmake/plugins/pack/xmake.lua | |
| parent | d7cac5b8d0cde98ab4979c6e7602042511a27833 (diff) | |
add xpack to xmake/core
Diffstat (limited to 'xmake/plugins/pack/xmake.lua')
| -rw-r--r-- | xmake/plugins/pack/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/pack/xmake.lua b/xmake/plugins/pack/xmake.lua index 4bbd7f4bf..ce2a6e701 100644 --- a/xmake/plugins/pack/xmake.lua +++ b/xmake/plugins/pack/xmake.lua @@ -26,6 +26,7 @@ task("pack") description = "Pack binary installation packages.", options = { {'o', "outputdir", "kv", nil, "The output directory. (default: build/xpack)"}, + {nil, "autobuild", "kv", true, "Build targets automatically."}, {'f', "formats", "kv", "all", "Pack the given package formats.", "e.g.", " - xmake pack -f nsis,deb,rpm", |
