fix(assets): point Android adaptive icons at hyphenated filenames
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
"icon": {
|
"icon": {
|
||||||
"android": {
|
"android": {
|
||||||
"adaptive": {
|
"adaptive": {
|
||||||
"background": "resources/android/icon/icon_background.png",
|
"background": "resources/android/icon/icon-background.png",
|
||||||
"foreground": "resources/android/icon/icon_foreground.png",
|
"foreground": "resources/android/icon/icon-foreground.png",
|
||||||
"monochrome": "resources/android/icon/icon_monochrome.png"
|
"monochrome": "resources/android/icon/icon-monochrome.png"
|
||||||
},
|
},
|
||||||
"target": "android/app/src/main/res"
|
"target": "android/app/src/main/res"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user