summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2026-08-08 18:34:44 +0800
committerruki <[email protected]>2026-08-09 18:25:42 +0800
commit6a024e442cf6e3a1fe55ab63b3385be592bb1e1e (patch)
tree82919c0bcb6aec321a12af5860c894b373e3256d
parent53075cd271268c1931a41648a92891c362f2483a (diff)
move addon as action
-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]",