Update update-submodules.txt

Supports uYouEnhanced stuff instead of uYouPlusExtra
This commit is contained in:
arichornlover 2023-12-20 22:55:31 -06:00 committed by GitHub
parent e41ee0b9ea
commit ac23bc02ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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