Skip to content

Commit

Permalink
fix: android icon
Browse files Browse the repository at this point in the history
  • Loading branch information
OverGlass committed Jul 25, 2024
1 parent 5a82b49 commit 0005a7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-web-staging-ephemeral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,7 @@ jobs:
eas-version: latest
packager: yarn
token: ${{ secrets.EXPO_TOKEN }}
- name: Insert envs into eas.json
run: node .github/scripts/prepare-eas-envs.js
- name: Build android & iOS
run: node .github/scripts/build.mjs
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"foregroundImage": "./assets/adaptive-icon.jpg",
"backgroundColor": "#ffffff"
},
"intentFilters": [
Expand Down

0 comments on commit 0005a7d

Please sign in to comment.