Fix path to zed crate in script/bundle

This commit is contained in:
Max Brunsfeld 2021-10-05 10:46:59 -07:00
parent f70e3878b6
commit 2fcb90652b

View file

@ -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