From 6c66b128e12592edcecfcbb576b746e573b3d780 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:28:30 -0500 Subject: [PATCH] Updated Template --- Sources/update-submodules-template.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Sources/update-submodules-template.txt b/Sources/update-submodules-template.txt index e50ce52..1b9dc89 100644 --- a/Sources/update-submodules-template.txt +++ b/Sources/update-submodules-template.txt @@ -23,6 +23,7 @@ jobs: # git submodule add https://github.com/PoomSmart/FLEXing.git Tweaks/FLEXing git submodule add https://github.com/dayanch96/uYouLocalization.git Tweaks/uYouLocalization git submodule add https://github.com/arichorn/YTHoldForSpeed.git Tweaks/YTHoldForSpeed + git submodule add https://github.com/arichorn/YouGroupSettings.git Tweaks/YouGroupSettings git add . git commit -m "added uYouEnhanced submodules" git push origin @@ -65,6 +66,8 @@ jobs: git add . git submodule update --init --recursive --remote Tweaks/YouQuality git add . + git submodule update --init --recursive --remote Tweaks/YouGroupSettings + git add . git submodule update --init --recursive --remote Tweaks/YouTubeHeader git add . git submodule update --init --recursive --remote Tweaks/iSponsorBlock @@ -81,6 +84,7 @@ jobs: ln -s ../Tweaks/MrBeastify/layout/Library/Application\ Support/MrBeastify.bundle MrBeastify.bundle ln -s ../Tweaks/uYouLocalization/layout/Library/Application\ Support/uYouLocalization.bundle uYouLocalization.bundle ln -s ../Tweaks/YTHoldForSpeed/layout/Library/Application\ Support/YTHoldForSpeed.bundle YTHoldForSpeed.bundle + ln -s ../Tweaks/YouGroupSettings/layout/Library/Application\ Support/YouGroupSettings.bundle YouGroupSettings.bundle git add . git commit -m "Added bundles" git push origin @@ -93,6 +97,7 @@ jobs: # rm -f MrBeastify.bundle # rm -f uYouLocalization.bundle # rm -f YTHoldForSpeed.bundle +# rm -f YouGroupSettings.bundle # git add . # git commit -m "Deleted bundles" # git push origin