This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
if [[ $PATHTOYT == * .ipa ]]
27
27
then
28
28
unzip -q " $PATHTOYT " -d ./tmp
29
- (cd tmp/Payload/YouTube.app/PlugIns && rm -rf MessagesExtension .appex BroadcastUIExtension.appex BroadcastUploadExtension.appex)
29
+ rm -rf ./ tmp/Payload/YouTube.app/PlugIns/ * .appex
30
30
cp -R Extensions/* .appex tmp/Payload/YouTube.app/PlugIns
31
31
make package
32
32
open ./packages
@@ -35,7 +35,7 @@ elif [[ $PATHTOYT == *.app ]]
35
35
then
36
36
mkdir -p ./tmp/Payload/
37
37
cp -R " $PATHTOYT " ./tmp/Payload 2> /dev/null
38
- (cd tmp/Payload/YouTube.app/PlugIns && rm -rf MessagesExtension .appex BroadcastUIExtension.appex BroadcastUploadExtension.appex)
38
+ rm -rf ./ tmp/Payload/YouTube.app/PlugIns/ * .appex
39
39
cp -R Extensions/* .appex tmp/Payload/YouTube.app/PlugIns
40
40
make package
41
41
open ./packages
45
45
# Clean up
46
46
tput setaf 1 && echo -e " ==> \033[1mCleaning up...\033[0m"
47
47
find Tweaks/uYou -mindepth 1 ! -name " com.miro.uyou_2.1_iphoneos-arm.deb" ! -name " .gitkeep" -exec rm -rf {} \; 2> /dev/null
48
- rm -rf tmp/ Resources .theos/_/Payload
48
+ rm -rf tmp/ Resources .theos/_/Payload
You can’t perform that action at this time.
0 commit comments