Skip to content

Commit

Permalink
sed command for gjb icon (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuah345 committed Jan 10, 2022
1 parent 4abebfb commit bfb2711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
name: Build packages
run: |
mkdir output
sed "s#Icons:#Icons: https://github.com/hekatos/repo/blob/c5824ef27c413de29ca8e5fbe2bb95ca9d08f5fb/icons/GenshinJailbreakBypass.png#" ./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 bfb2711

Please sign in to comment.