mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
Cleanup Framework directory when re-bundling for macOS (#20342)
Release Notes: - N/A
This commit is contained in:
parent
4f62ebe4be
commit
e62d60c84c
1 changed files with 2 additions and 1 deletions
|
@ -225,7 +225,8 @@ function sign_app_binaries() {
|
||||||
local architecture=$2
|
local architecture=$2
|
||||||
local architecture_dir=$3
|
local architecture_dir=$3
|
||||||
echo "Copying WebRTC.framework into the frameworks folder"
|
echo "Copying WebRTC.framework into the frameworks folder"
|
||||||
mkdir "${app_path}/Contents/Frameworks"
|
rm -rf "${app_path}/Contents/Frameworks"
|
||||||
|
mkdir -p "${app_path}/Contents/Frameworks"
|
||||||
if [ "$local_arch" = false ]; then
|
if [ "$local_arch" = false ]; then
|
||||||
cp -R target/${local_target_triple}/${target_dir}/WebRTC.framework "${app_path}/Contents/Frameworks/"
|
cp -R target/${local_target_triple}/${target_dir}/WebRTC.framework "${app_path}/Contents/Frameworks/"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue