diff --git a/Source/update-submodules.txt b/Source/update-submodules.txt index 2bc0b85..b5fff93 100644 --- a/Source/update-submodules.txt +++ b/Source/update-submodules.txt @@ -1,4 +1,4 @@ -// Template for whenever I refresh the main branch. and to re-add the submodules afterwards. +// Template for whenever I refresh the main branch. and even need to re-add the submodules afterwards. name: Update Submodules @@ -18,12 +18,13 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" - - name: Add uYouPlusExtra submodules + - name: Add uYouEnhanced submodules run: | 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 add . - git commit -m "added uYouPlusExtra submodules" + git commit -m "added uYouEnhanced submodules" git push origin # - name: Update submodules @@ -69,6 +70,7 @@ jobs: - name: Make .bundle files run: | cd Bundles + 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/YTVideoOverlay/layout/Library/Application\ Support/YTVideoOverlay.bundle YTVideoOverlay.bundle ln -s ../Tweaks/YouMute/layout/Library/Application\ Support/YouMute.bundle YouMute.bundle