From 2eebd7dd09fdc7555c5711f1ca66e1aa14c92b79 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Wed, 24 Jan 2024 23:03:16 -0600 Subject: [PATCH] MrBeastify Re-Added! --- .github/workflows/update-submodules.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index a83be4f..066af4e 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -53,15 +53,6 @@ jobs: git push continue-on-error: true - - name: Make MrBeastify work - run: | - cd Bundles - ln -s ../Tweaks/MrBeastify/layout/Library/Application\ Support/MrBeastify.bundle MrBeastify.bundle - git add . - git commit -m "Added MrBeastify Localizatiom" - git push origin - - - name: Check exit code run: | exit_code=$?