From 0dd39dca10801095fa1a57f1c7df56f44ceceaea Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 5 Apr 2024 00:45:48 +0800 Subject: fix install --- core/src/demo/xmake.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/demo/xmake.sh b/core/src/demo/xmake.sh index a6342ce4e..05b1047ca 100755 --- a/core/src/demo/xmake.sh +++ b/core/src/demo/xmake.sh @@ -32,6 +32,7 @@ target "demo" add_installfiles "${projectdir}/(xmake/scripts/virtualenvs/**)" "share" add_installfiles "${projectdir}/(xmake/scripts/pac/**)" "share" add_installfiles "${projectdir}/(xmake/scripts/conan/**)" "share" + add_installfiles "${projectdir}/(xmake/scripts/module/**)" "share" add_installfiles "${projectdir}/(xmake/templates/**)" "share" add_installfiles "${projectdir}/scripts/xrepo.sh" "bin" "xrepo" -- cgit v1.3.1