mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Fix path to zed crate in script/bundle
This commit is contained in:
parent
f70e3878b6
commit
2fcb90652b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue