Commit 3e582d5 1 parent 3e1fac1 commit 3e582d5 Copy full SHA for 3e582d5
File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 16
16
git config --global user.email "[email protected] "
17
17
git config --global user.name "GitHub Actions"
18
18
19
- - name : Make .bundle files
20
- run : |
21
- cd Bundles
22
- ln -s ../Tweaks/uYouLocalization/layout/Library/Application\ Support/uYouLocalization.bundle uYouLocalization.bundle
23
- ln -s ../Tweaks/YTHoldForSpeed/layout/Library/Application\ Support/YTHoldForSpeed.bundle YTHoldForSpeed.bundle
24
- ln -s ../Tweaks/YouGroupSettings/layout/Library/Application\ Support/YouGroupSettings.bundle YouGroupSettings.bundle
25
- ln -s ../Tweaks/YouTimeStamp/layout/Library/Application\ Support/YouTimeStamp.bundle YouTimeStamp.bundle
26
- git add .
27
- git commit -m "Added bundles"
28
- git push origin
29
-
30
19
- name : Update submodules
31
20
run : |
32
21
git submodule update --init --recursive --remote Tweaks/Alderis
You can’t perform that action at this time.
0 commit comments