Skip to content

Commit

Permalink
where tf did the plural come from?
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuah345 committed Jan 10, 2022
1 parent 93009d4 commit 344f06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Build packages
run: |
mkdir output
sed -i "" "s#Icons:#Icons: https://github.com/hekatos/repo/blob/c5824ef27c413de29ca8e5fbe2bb95ca9d08f5fb/icons/GenshinJailbreakBypass.png#" /Users/runner/work/tweaks/tweaks/GenshinJailbreakBypass/control
sed -i "" "s#Icon:#Icon: https://github.com/hekatos/repo/blob/c5824ef27c413de29ca8e5fbe2bb95ca9d08f5fb/icons/GenshinJailbreakBypass.png#" /Users/runner/work/tweaks/tweaks/GenshinJailbreakBypass/control
find . -maxdepth 1 -not -path . -type d -not -name '.git' -not -name 'theos' -exec make -C '{}' package FINALPACKAGE=1 \;
find . -type f -iname *.deb -exec mv '{}' output \;
-
Expand Down

0 comments on commit 344f06e

Please sign in to comment.