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