From fd03af5793c00d693d7d308c503c28c4d0e99b76 Mon Sep 17 00:00:00 2001 From: cassowaree Date: Sun, 9 Mar 2025 13:09:59 -0700 Subject: [PATCH] Update buildapp.yml with FINALPACKAGE=1 (#546) --- .github/workflows/buildapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 05d6cb5..9308bf1 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -173,7 +173,7 @@ jobs: sed -i '' "s/^PACKAGE_VERSION.*$/PACKAGE_VERSION = ${{ env.YT_VERSION }}-5.0.1/" Makefile sed -i '' "s/^export TARGET.*$/export TARGET = iphone:clang:${{ inputs.sdk_version }}:14.0/" Makefile # Build the package - make package THEOS_PACKAGE_SCHEME=rootless + make package THEOS_PACKAGE_SCHEME=rootless FINALPACKAGE=1 # Rename the package based on the version (mv "packages/$(ls -t packages | head -n1)" "packages/YTLitePlus_${{ env.YT_VERSION }}_5.0.1.ipa") # Pass package name to the upload step