Skip to content

Commit

Permalink
replace strings before build
Browse files Browse the repository at this point in the history
  • Loading branch information
akliuxingyuan committed Apr 15, 2023
1 parent 409f5fe commit 2617e25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/iceraven_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
- name: Create version name
run: echo "VERSION_NAME=$(git describe --tags HEAD)" >> $GITHUB_ENV

- name: Relpace strings
run: |
sed -i 's/Firefox/Iceraven/g' app/src/*/res/values*/*strings.xml
sed -i '/about_content/s/Mozilla/@forkmaintainers/' app/src/*/res/values*/*strings.xml
- name: Build forkRelease variant of app
uses: gradle/gradle-build-action@v2
env:
Expand Down

0 comments on commit 2617e25

Please sign in to comment.