aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2022-01-20 14:38:22 +0100
committerMartin Ridgers <[email protected]>2022-01-20 14:38:22 +0100
commit7d20859c10203cd89a55f269f264ad1451d3e89f (patch)
tree77115bdb78d0464dbee551701fd47f8244fb03e1 /xmake.lua
parentAn implementation of 'xmake bundle' for Linux (diff)
downloadzen-7d20859c10203cd89a55f269f264ad1451d3e89f.tar.xz
zen-7d20859c10203cd89a55f269f264ad1451d3e89f.zip
Moved bundle.lua to scripts/bundle.lua to keep root clean
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 d061d3d9e..c5cee1bec 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -158,7 +158,7 @@ task("bundle")
}
}
on_run(function ()
- import("bundle")
+ import("scripts.bundle")
bundle()
end)