mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 15:02:08 +00:00
typo
This commit is contained in:
parent
0972479b62
commit
03b5b0ec6c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue