typo
This commit is contained in:
@@ -20,7 +20,7 @@ SUBPROJECTS += Tweaks/Alderis Tweaks/iSponsorBlock Tweaks/YTUHD Tweaks/YouPiP Tw
|
|||||||
include $(THEOS_MAKE_PATH)/aggregate.mk
|
include $(THEOS_MAKE_PATH)/aggregate.mk
|
||||||
|
|
||||||
before-package::
|
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/ \;
|
@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/YouPiP/layout/Library/Application\ Support/YouPiP.bundle Resources/
|
||||||
@cp -R Tweaks/iSponsorBlock/layout/Library/Application\ Support/iSponsorBlock.bundle Resources/
|
@cp -R Tweaks/iSponsorBlock/layout/Library/Application\ Support/iSponsorBlock.bundle Resources/
|
||||||
@@ -31,4 +31,4 @@ before-package::
|
|||||||
after-package::
|
after-package::
|
||||||
@tput setaf 1 && echo -e "==> \033[1mCleaning up..."
|
@tput setaf 1 && echo -e "==> \033[1mCleaning up..."
|
||||||
@find ./Resources -mindepth 1 -name uYouBundle.bundle -prune -o -exec rm -rf {} +
|
@find ./Resources -mindepth 1 -name uYouBundle.bundle -prune -o -exec rm -rf {} +
|
||||||
@rm -rf .theos/_/Payload
|
@rm -rf .theos/_/Payload
|
||||||
|
|||||||
Reference in New Issue
Block a user