diff options
| author | ruki <[email protected]> | 2022-12-20 23:59:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-20 23:59:30 +0800 |
| commit | bbcb21a847ae83c45ae72d2cd822de40c56dffb3 (patch) | |
| tree | eb6cd39211ad520107e89954e9136304dab00dee | |
| parent | 2aa33d36befec02328950d064f74bc1cc97f81f7 (diff) | |
install scripts
| -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 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 |
