diff options
| author | Martin Ridgers <[email protected]> | 2022-01-19 14:54:34 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2022-01-20 10:22:07 +0100 |
| commit | e7199afb257d955d3fe1715ffd9aabc1f86524e1 (patch) | |
| tree | f2b72094c04d8d17f16d406203aee149d39eeebc /xmake.lua | |
| parent | Moved 'xmake bundle' implementation into bundle.lua (diff) | |
| download | zen-e7199afb257d955d3fe1715ffd9aabc1f86524e1.tar.xz zen-e7199afb257d955d3fe1715ffd9aabc1f86524e1.zip | |
Tidied bundle task's description as it will support all platforms
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ includes("zen") task("bundle") set_menu { usage = "xmake bundle", - description = "Create Zip bundle from binaries (Windows Only)", + description = "Create Zip bundle from binaries", options = { {nil, "withtrace", "k", nil, "Compiles with trace support"}, } |