summaryrefslogtreecommitdiff
path: root/xmake/includes/xpack/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-14 23:56:32 +0800
committerruki <[email protected]>2023-11-14 23:56:32 +0800
commit9a5ca6742079c85d78d84f0bcecfae577628e201 (patch)
tree8b670dface26829e5a29aa23412d05b7419ff46e /xmake/includes/xpack/xmake.lua
parent6d88e548f3f1ad6dd730ee71bbacc940e96861c5 (diff)
load package script
Diffstat (limited to 'xmake/includes/xpack/xmake.lua')
-rw-r--r--xmake/includes/xpack/xmake.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/includes/xpack/xmake.lua b/xmake/includes/xpack/xmake.lua
index 3026e57e9..5227c360a 100644
--- a/xmake/includes/xpack/xmake.lua
+++ b/xmake/includes/xpack/xmake.lua
@@ -56,6 +56,8 @@ local apis = {
"xpack.add_installfiles"
},
script = {
+ -- add custom load script
+ "xpack.on_load",
-- add custom commands script before installing
"xpack.before_installcmd",
-- add custom commands script before uninstalling