diff options
| author | ruki <[email protected]> | 2023-11-21 22:41:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-21 22:41:26 +0800 |
| commit | b07ccfbad1bf0ab942bf9247f09655c75f5cf199 (patch) | |
| tree | 6e4a2afdc2afec5ad101f5246daf7836133fe0ef /xmake/includes/xpack/xmake.lua | |
| parent | d9bd4228a079cadf73092c1317a3a34717c6f3e6 (diff) | |
pack xmakesrc tar.gz and zip
Diffstat (limited to 'xmake/includes/xpack/xmake.lua')
| -rw-r--r-- | xmake/includes/xpack/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/includes/xpack/xmake.lua b/xmake/includes/xpack/xmake.lua index cbfedc600..3eb0d86cb 100644 --- a/xmake/includes/xpack/xmake.lua +++ b/xmake/includes/xpack/xmake.lua @@ -39,9 +39,12 @@ local apis = { -- set company name "xpack.set_company", -- set package formats, e.g. nsis, deb, rpm, targz, zip, runself, ... + -- we can also add custom formats "xpack.set_formats", -- set the base name of the output file "xpack.set_basename", + -- set the extension of the output file + "xpack.set_extension", -- add targets to be packaged "xpack.add_targets", -- set installed binary directory, e.g. bin |
