1 Star 0 Fork 4

王玥/npmtest_react-native-background-timer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.sh 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangyue 提交于 2025-01-07 21:37 . fix: sh脚本优化
export PATH=`pwd`/rnoh_shell:$PATH
source check_env.sh
function compile() {
# check_tools_env
install_project $1
rm -rf "$OUT_DIR"/ "$WORK_DIR"/.hvigor/ && mkdir -p "$OUT_DIR"/hap/{release,debug}
# 创建RNOH临时输出目录
check_dir "$OUT_DIR"
# entry har包
assemble_hap entry
if [ $? -ne 0 ]; then
echo "Failed to assemble $PR_DIR.hap"
return 1
fi
# 清点文件
cd "$OUT_DIR"
# 使用 find 命令查找符合条件的文件
found_files=$(find . -type f -exec grep -l $PRJ_NAME {} + )
# 判断是否找到文件
if [ -f $found_files ]; then
return 0
fi
return 1
}
compile $@
exit $?
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangyue6/npmtest_react-native-background-timer.git
[email protected]:wangyue6/npmtest_react-native-background-timer.git
wangyue6
npmtest_react-native-background-timer
npmtest_react-native-background-timer
master

搜索帮助