diff --git a/shells/tv.sh b/shells/tv.sh index a75c398..537498a 100644 --- a/shells/tv.sh +++ b/shells/tv.sh @@ -445,7 +445,7 @@ install_web_apk() { # 安装my-tv # release地址、包名、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" }