aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2022-01-19 14:54:34 +0100
committerMartin Ridgers <[email protected]>2022-01-20 10:22:07 +0100
commite7199afb257d955d3fe1715ffd9aabc1f86524e1 (patch)
treef2b72094c04d8d17f16d406203aee149d39eeebc /xmake.lua
parentMoved 'xmake bundle' implementation into bundle.lua (diff)
downloadzen-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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index 59c5e7e3f..d061d3d9e 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -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"},
}