summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-16 00:48:15 +0800
committerruki <[email protected]>2022-12-16 00:48:15 +0800
commitb312e3b6a30746b9f5d6d43bab80db13284eff7b (patch)
tree7fa0d249d88074e7b910a2d76a2cf00c31564987 /core/src
parent650720396c6aa45cf205a6e5c0e79f74b52588eb (diff)
improve configure to install xrepo
Diffstat (limited to 'core/src')
-rwxr-xr-xcore/src/demo/xmake.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/demo/xmake.sh b/core/src/demo/xmake.sh
index e3c6abd44..8f4bf3d95 100755
--- a/core/src/demo/xmake.sh
+++ b/core/src/demo/xmake.sh
@@ -24,3 +24,4 @@ target "demo"
# add install files
add_installfiles "${projectdir}/(xmake/**.lua)" "share"
+ add_installfiles "${projectdir}/scripts/xrepo.sh" "bin" "xrepo"