diff options
| author | ruki <[email protected]> | 2023-11-24 22:42:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-24 22:42:04 +0800 |
| commit | abe98fd13ddd1643cba02d9e65f2e8a72cedc0b7 (patch) | |
| tree | aadf5d35752e0d967960d599ce565b31d3641165 /core/xpack.lua | |
| parent | 3b725a5ad461e3085a475ee820ca9da01adeb363 (diff) | |
add startup file for runself
Diffstat (limited to 'core/xpack.lua')
| -rw-r--r-- | core/xpack.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/xpack.lua b/core/xpack.lua index 19c4ca0e7..d0d139317 100644 --- a/core/xpack.lua +++ b/core/xpack.lua @@ -106,3 +106,7 @@ xpack("xmakesrc") package:add("sourcefiles", path.join(rootdir, "scripts/debian/**"), extraconf) package:add("sourcefiles", path.join(rootdir, "scripts/msys/**"), extraconf) end) + + on_installcmd(function (package, batchcmds) + batchcmds:runv("./scripts/get.sh", {"__local__"}) + end) |
