Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

atlas mirror #845

Merged
merged 11 commits into from
Feb 8, 2025
Prev Previous commit
Next Next commit
chore: optimize
guoxianzhe committed Dec 13, 2024
commit 07fe46a2a1b3d5bc6a62a77b80d9459f65ce1dab
2 changes: 1 addition & 1 deletion scripts/publishCN/rewrite-dep.sh
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
set -e
MY_PATH=$(realpath $(dirname "$0"))
PROJECT_ROOT=$(realpath ${MY_PATH}/../..)
source ${PROJECT_ROOT}/scripts/publishCN/common.sh
. ${PROJECT_ROOT}/scripts/publishCN/common.sh

change_file=${PROJECT_ROOT}/react-native-agora.podspec
sed "s/${old_package_name}/${new_package_name}/g" ${change_file} > tmp && mv tmp ${change_file}
2 changes: 1 addition & 1 deletion scripts/publishCN/rewrite-example.sh
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
set -e
MY_PATH=$(realpath $(dirname "$0"))
PROJECT_ROOT=$(realpath ${MY_PATH}/../..)
source ${PROJECT_ROOT}/scripts/publishCN/common.sh
. ${PROJECT_ROOT}/scripts/publishCN/common.sh

change_dir="${PROJECT_ROOT}/example/src"

Loading