From bbcb21a847ae83c45ae72d2cd822de40c56dffb3 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 20 Dec 2022 23:59:30 +0800 Subject: install scripts --- core/src/demo/xmake.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src') diff --git a/core/src/demo/xmake.sh b/core/src/demo/xmake.sh index d8845d180..deea00cca 100755 --- a/core/src/demo/xmake.sh +++ b/core/src/demo/xmake.sh @@ -24,6 +24,7 @@ target "demo" # add install files add_installfiles "${projectdir}/(xmake/**.lua)" "share" + add_installfiles "${projectdir}/(xmake/scripts/**)" "share" add_installfiles "${projectdir}/scripts/xrepo.sh" "bin" "xrepo" # add syslinks -- cgit v1.3.1