Make macOS bundle script compatible with GNU sed (#19745)

Kirill Bulatov created

Closes https://github.com/zed-industries/zed/issues/19742

Release Notes:

- N/A

Change summary

script/bundle-mac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

script/bundle-mac 🔗

@@ -97,7 +97,7 @@ popd
 pushd crates/zed
 cp Cargo.toml Cargo.toml.backup
 sed \
-    -i .backup \
+    -i.backup \
     "s/package.metadata.bundle-${channel}/package.metadata.bundle/" \
     Cargo.toml