修改项目主页地址

This commit is contained in:
悟空的日常镜像仓库 2024-11-19 14:36:13 +08:00
parent fe7a964a32
commit 9ba8319592

View File

@ -445,7 +445,7 @@ install_web_apk() {
# 安装my-tv # 安装my-tv
# release地址、包名、apk命名前缀 # release地址、包名、apk命名前缀
install_mytv_latest_apk() { install_mytv_latest_apk() {
echo -e "${BLUE}项目主页:https://github.com/lizongying/my-tv ${NC}" echo -e "${BLUE}项目主页:https://github.com/yaoxieyoulei/mytv-android ${NC}"
install_apk "${apk_path}mytv.apk" "com.lizongying.mytv" install_apk "${apk_path}mytv.apk" "com.lizongying.mytv"
} }