Update update-submodules template

Updated template to include the localized YTNoCommunityPosts Tweak.
This commit is contained in:
arichorn 2023-07-27 07:06:18 -05:00 committed by GitHub
parent 7a76cdda3a
commit 007c962a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,9 +20,9 @@ jobs:
- name: Add uYouPlusExtra submodules
run: |
git submodule add https://github.com/PoomSmart/YTVideoOverlay.git Tweaks/YTVideoOverlay
git submodule add https://github.com/PoomSmart/YouMute.git Tweaks/YouMute
git submodule add https://github.com/PoomSmart/YouQuality.git Tweaks/YouQuality
git submodule add https://github.com/PoomSmart/YTVideoOverlay.git Tweaks/YTVideoOverlay
git submodule add https://github.com/arichorn/YTNoCommunityPosts.git Tweaks/YTNoCommunityPosts
# git submodule add https://github.com/arichorn/YTHoldForSpeed.git Tweaks/YTHoldForSpeed
git add .
@ -45,8 +45,6 @@ jobs:
git add .
git submodule update --init --recursive --remote Tweaks/PSHeader
git add .
git submodule update --init --recursive --remote Tweaks/RemoteLog
git add .
git submodule update --init --recursive --remote Tweaks/Return-YouTube-Dislikes
git add .
git submodule update --init --recursive --remote Tweaks/YTABConfig
@ -77,6 +75,7 @@ jobs:
ln -s ../Tweaks/YTVideoOverlay/layout/Library/Application\ Support/YTVideoOverlay.bundle YTVideoOverlay.bundle
ln -s ../Tweaks/YouMute/layout/Library/Application\ Support/YouMute.bundle YouMute.bundle
ln -s ../Tweaks/YouQuality/layout/Library/Application\ Support/YouQuality.bundle YouQuality.bundle
ln -s ../Tweaks/YTNoCommunityPosts/layout/Library/Application\ Support/YTNoCommunityPosts.bundle YTNoCommunityPosts.bundle
git add .
git commit -m "Added bundles"
git push origin