script/bundle 🔗
@@ -6,7 +6,7 @@ set -e
cargo install cargo-bundle --version 0.5.0
# Build the app bundle for x86_64
-pushd zed > /dev/null
+pushd crates/zed > /dev/null
cargo bundle --release --target x86_64-apple-darwin
popd > /dev/null
Max Brunsfeld created
script/bundle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -6,7 +6,7 @@ set -e
cargo install cargo-bundle --version 0.5.0
# Build the app bundle for x86_64
-pushd zed > /dev/null
+pushd crates/zed > /dev/null
cargo bundle --release --target x86_64-apple-darwin
popd > /dev/null