-
-
Notifications
You must be signed in to change notification settings - Fork 66
feat: update Android app icon #776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Deployed to https://msg-adamant-pr-776.surge.sh 🚀 |
@Linhead ![]() |
@adamantmm There is a android:generate-assets in package.json file which is supposed to use for generating graphic assets for android. As far as I grasp this command launches script which takes all files from folder capacitor/assets and generate the files for android app. Since besides file with the new icon there are splash.png and splash-dark.png files in the capacitor/assets folder the script has generated the new files for android app from this files also. That's why the splash files has been changed as well. But their visual appearance has stayed completely the same. Nevertheless for code purity I think it will be better to remove changed splash files from current commit as they appearance hasn't changed and leave just icon files. |
Let's do it @Linhead |
Successfully tore down https://msg-adamant-pr-776.surge.sh 🥲 |
No description provided.