Skip to content

Commit aa39025

Browse files
feat: Android add icon support
1 parent 8bd824f commit aa39025

4 files changed

Lines changed: 83 additions & 1 deletion

File tree

dist/resources/icon.png

-120 KB
Binary file not shown.

dist/resources/icon.svg

Lines changed: 82 additions & 0 deletions
Loading

dist/resources/logo.png

-120 KB
Binary file not shown.

src/export/android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export default config`,
176176
'npm i',
177177
'npx cap add android',
178178
'npx cap sync',
179-
`npx @capacitor/assets generate --iconBackgroundColor '${argument['android-iconBackgroundColor'] || '#eeeeee'}' --iconBackgroundColorDark '${argument['android-iconBackgroundColorDark'] || '#222222'}'`,
179+
`npx @capacitor/assets generate --iconBackgroundColor '${argument['android-iconBackgroundColor'] || '#bbbbbb'}' --iconBackgroundColorDark '${argument['android-iconBackgroundColorDark'] || '#555555'}'`,
180180
],
181181
tmp,
182182
async function () {

0 commit comments

Comments
 (0)