mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 10:52:07 +00:00
Update update-submodules.txt
Supports uYouEnhanced stuff instead of uYouPlusExtra
This commit is contained in:
parent
e41ee0b9ea
commit
ac23bc02ed
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue