This commit is contained in:
Nguyễn Đạt 2022-03-08 17:53:24 +07:00 committed by GitHub
parent 0972479b62
commit 03b5b0ec6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ SUBPROJECTS += Tweaks/Alderis Tweaks/iSponsorBlock Tweaks/YTUHD Tweaks/YouPiP Tw
include $(THEOS_MAKE_PATH)/aggregate.mk
before-package::
@tput setaf 4 && echo -e "==> \033[1mMoving tweak's bundle to ./Resources/..."
@tput setaf 4 && echo -e "==> \033[1mMoving tweak's bundle to Resources/..."
@mkdir -p Resources/Frameworks/Alderis.framework && find .theos/obj/install/Library/Frameworks/Alderis.framework -maxdepth 1 -type f -exec cp {} Resources/Frameworks/Alderis.framework/ \;
@cp -R Tweaks/YouPiP/layout/Library/Application\ Support/YouPiP.bundle Resources/
@cp -R Tweaks/iSponsorBlock/layout/Library/Application\ Support/iSponsorBlock.bundle Resources/
@ -31,4 +31,4 @@ before-package::
after-package::
@tput setaf 1 && echo -e "==> \033[1mCleaning up..."
@find ./Resources -mindepth 1 -name uYouBundle.bundle -prune -o -exec rm -rf {} +
@rm -rf .theos/_/Payload
@rm -rf .theos/_/Payload