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 /xmake.lua | |
| 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
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ task("bundle") } } on_run(function () - import("bundle") + import("scripts.bundle") bundle() end) |