diff options
| author | ruki <[email protected]> | 2024-04-05 00:45:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-05 00:45:48 +0800 |
| commit | 0dd39dca10801095fa1a57f1c7df56f44ceceaea (patch) | |
| tree | cd2ae0a50087336d8bc4bbcc2ccd61d45a14f4c0 /core/src | |
| parent | 160bfb91f7a0779da0085482be5ba69f2d625cd2 (diff) | |
fix install
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/demo/xmake.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
