diff options
| author | Tommaso Sciortino <[email protected]> | 2025-05-30 18:25:47 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-30 18:25:47 -0700 |
| commit | 21fba832d1b4ea7af43fb887d9b2b38fcf8210d0 (patch) | |
| tree | 7200d2fac3a55c385e0a2dac34b5282c942364bc /scripts/copy_bundle_assets.sh | |
| parent | c81148a0cc8489f657901c2cc7247c0834075e1a (diff) | |
Rename server->core (#638)
Diffstat (limited to 'scripts/copy_bundle_assets.sh')
| -rwxr-xr-x | scripts/copy_bundle_assets.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/copy_bundle_assets.sh b/scripts/copy_bundle_assets.sh index ec16ddc5..93d46364 100755 --- a/scripts/copy_bundle_assets.sh +++ b/scripts/copy_bundle_assets.sh @@ -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/"
\ No newline at end of file |
