Skip to content

Commit

Permalink
MacOS sed is different
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoNezd authored Jan 3, 2024
1 parent 8c7d883 commit b8f219b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-rel-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
working-directory: ./dist
run: |
xcrun safari-web-extension-converter . --ios-only --force --no-prompt --no-open
grep -rl com.yourCompany . | xargs sed -i 's/com\.yourCompany/me\.octonezd/g'
grep -rl com.yourCompany . | xargs sed -i "" -e 's/com\.yourCompany/me\.octonezd/g'
- name: Build ipa
working-directory: ./dist/OldLander
run: |
Expand Down

0 comments on commit b8f219b

Please sign in to comment.