You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# On MacOS the sed command won't skip the first match. Use gsed instead.
345
+
sed '0,/github\.com\/espressif\//!s|github\.com/espressif/|dl.espressif.cn/github_assets/espressif/|g'"$OUTPUT_DIR/$PACKAGE_JSON_DEV">"$OUTPUT_DIR/$PACKAGE_JSON_DEV_CN"
# On MacOS the sed command won't behave as expected. Use gsed instead.
350
+
sed '0,/github\.com\/espressif\//!s|github\.com/espressif/|dl.espressif.cn/github_assets/espressif/|g'"$OUTPUT_DIR/$PACKAGE_JSON_REL">"$OUTPUT_DIR/$PACKAGE_JSON_REL_CN"
345
351
fi
346
352
347
353
# Figure out the last release or pre-release
@@ -373,12 +379,14 @@ echo
373
379
if [ -n"$prev_any_release" ] && [ "$prev_any_release"!="null" ];then
374
380
echo"Merging with JSON from $prev_any_release ..."
0 commit comments