From 75c3816a38dacd66986061dd4c813de0a980f030 Mon Sep 17 00:00:00 2001 From: aricloverEXTRA <157071384+aricloverEXTRA@users.noreply.github.com> Date: Tue, 23 Dec 2025 22:24:54 -0600 Subject: [PATCH] Update Makefile --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index d6a5bf2..b970096 100644 --- a/Makefile +++ b/Makefile @@ -87,9 +87,6 @@ before-all:: @if [[ ! -f $(UYOU_DEB) ]]; then \ rm -rf $(UYOU_PATH)/*; \ $(PRINT_FORMAT_BLUE) "Downloading uYou"; \ - fi -before-all:: - @if [[ ! -f $(UYOU_DEB) ]]; then \ curl -s -L "https://www.dropbox.com/scl/fi/01vvu5lm8nkkicrznku9v/com.miro.uyou_$(UYOU_VERSION)_iphoneos-arm.deb?rlkey=efgz7po8kqqvha8doplk1s3ky&dl=1" -o $(UYOU_DEB); \ fi; \ if [[ ! -f $(UYOU_DYLIB) || ! -d $(UYOU_BUNDLE) ]]; then \ @@ -98,9 +95,9 @@ before-all:: if [[ ! -f $(UYOU_DYLIB) || ! -d $(UYOU_BUNDLE) ]]; then \ $(PRINT_FORMAT_ERROR) "Failed to extract uYou"; exit 1; \ fi; \ - fi; + fi else before-package:: @mkdir -p $(THEOS_STAGING_DIR)/Library/Application\ Support; \ cp -r Localizations/uYouPlus.bundle $(THEOS_STAGING_DIR)/Library/Application\ Support/ -endi +endif