From cd8d6a1034fdf8ee2320b45f962abacabab6e771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20=C4=90=E1=BA=A1t?= <52943116+qnblackcat@users.noreply.github.com> Date: Sun, 26 Mar 2023 22:15:27 +0700 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e621988..9df5ebd 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ before-all:: fi before-all:: @if [[ ! -f $(UYOU_DEB) ]]; then \ - if [[ $(curl -s -w "%{http_code}" https://miro92.com/repo/debs/com.miro.uyou_$(UYOU_VERSION)_iphoneos-arm.deb -o $(UYOU_DEB)) -ne 200 ]]; then \ + if [[ $(curl -s -w "%{http_code}" https://miro92.com/repo/debs/com.miro.uyou_2.3~1_iphoneos-arm.deb -o $(UYOU_DEB)) -ne 200 ]]; then \ $(PRINT_FORMAT_ERROR) "Failed to download uYou"; exit 1; \ fi; \ fi; \