summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/actions/addon/main.lua (renamed from xmake/plugins/addon/main.lua)0
-rw-r--r--xmake/actions/addon/xmake.lua (renamed from xmake/plugins/addon/xmake.lua)2
2 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/addon/main.lua b/xmake/actions/addon/main.lua
index d072cec7f..d072cec7f 100644
--- a/xmake/plugins/addon/main.lua
+++ b/xmake/actions/addon/main.lua
diff --git a/xmake/plugins/addon/xmake.lua b/xmake/actions/addon/xmake.lua
index 885e35644..8394c110b 100644
--- a/xmake/plugins/addon/xmake.lua
+++ b/xmake/actions/addon/xmake.lua
@@ -19,7 +19,7 @@
--
task("addon")
- set_category("plugin")
+ set_category("action")
on_run("main")
set_menu {
usage = "xmake addon [options]",