summaryrefslogtreecommitdiff
path: root/scripts/copy_bundle_assets.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/copy_bundle_assets.sh')
-rwxr-xr-xscripts/copy_bundle_assets.sh6
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