From ac23bc02ed8cbadfb4c1480208149ca91b215c13 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Wed, 20 Dec 2023 22:55:31 -0600 Subject: [PATCH] Update update-submodules.txt Supports uYouEnhanced stuff instead of uYouPlusExtra --- Source/update-submodules.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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