mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Update update-submodules.yml
This commit is contained in:
parent
e2074376ac
commit
a907b4d2ca
1 changed files with 2 additions and 13 deletions
15
.github/workflows/update-submodules.yml
vendored
15
.github/workflows/update-submodules.yml
vendored
|
|
@ -18,20 +18,9 @@ jobs:
|
|||
|
||||
- name: Add uYouEnhanced submodules
|
||||
run: |
|
||||
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/MrBeastify.git Tweaks/YTHoldForSpeed
|
||||
git add .
|
||||
git commit -m "added uYouEnhanced submodules"
|
||||
git push origin
|
||||
|
||||
- name: Make .bundle files
|
||||
run: |
|
||||
cd Bundles
|
||||
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
|
||||
git add .
|
||||
git commit -m "Added bundles"
|
||||
git commit -m "added Another submodule"
|
||||
git push origin
|
||||
|
||||
- name: Update submodules
|
||||
|
|
|
|||
Loading…
Reference in a new issue