diff options
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) |