diff options
| author | Martin Ridgers <[email protected]> | 2022-01-20 14:38:22 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2022-01-20 14:38:22 +0100 |
| commit | 7d20859c10203cd89a55f269f264ad1451d3e89f (patch) | |
| tree | 77115bdb78d0464dbee551701fd47f8244fb03e1 | |
| parent | An implementation of 'xmake bundle' for Linux (diff) | |
| download | zen-7d20859c10203cd89a55f269f264ad1451d3e89f.tar.xz zen-7d20859c10203cd89a55f269f264ad1451d3e89f.zip | |
Moved bundle.lua to scripts/bundle.lua to keep root clean
| -rw-r--r-- | scripts/bundle.lua (renamed from bundle.lua) | 0 | ||||
| -rw-r--r-- | xmake.lua | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bundle.lua b/scripts/bundle.lua index f277ba3bc..f277ba3bc 100644 --- a/bundle.lua +++ b/scripts/bundle.lua @@ -158,7 +158,7 @@ task("bundle") } } on_run(function () - import("bundle") + import("scripts.bundle") bundle() end) |