mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00:00
Rename server->core (#638)
This commit is contained in:
committed by
GitHub
parent
c81148a0cc
commit
21fba832d1
@@ -4,10 +4,10 @@
|
||||
mkdir -p bundle
|
||||
|
||||
# Copy specific shell files to the root of the bundle directory
|
||||
cp "packages/server/src/tools/shell.md" "bundle/shell.md"
|
||||
cp "packages/server/src/tools/shell.json" "bundle/shell.json"
|
||||
cp "packages/core/src/tools/shell.md" "bundle/shell.md"
|
||||
cp "packages/core/src/tools/shell.json" "bundle/shell.json"
|
||||
|
||||
# Find and copy all .sb files from packages to the root of the bundle directory
|
||||
find packages -name '*.sb' -exec cp -f {} bundle/ \;
|
||||
|
||||
echo "Assets copied to bundle/"
|
||||
echo "Assets copied to bundle/"
|
||||
Reference in New Issue
Block a user