aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/bundle.lua (renamed from bundle.lua)0
-rw-r--r--xmake.lua2
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
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)