Make macOS bundle script compatible with GNU sed (#19745)
Closes https://github.com/zed-industries/zed/issues/19742 Release Notes: - N/A
This commit is contained in:
parent
5f9a1482f1
commit
d40ea8fc81
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ popd
|
||||||
pushd crates/zed
|
pushd crates/zed
|
||||||
cp Cargo.toml Cargo.toml.backup
|
cp Cargo.toml Cargo.toml.backup
|
||||||
sed \
|
sed \
|
||||||
-i .backup \
|
-i.backup \
|
||||||
"s/package.metadata.bundle-${channel}/package.metadata.bundle/" \
|
"s/package.metadata.bundle-${channel}/package.metadata.bundle/" \
|
||||||
Cargo.toml
|
Cargo.toml
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue