fastlane: add icon
It turns out F-Droid can't determine the icon of an app if it's adaptive [#25]. Add an icon to the fastlane metadata so thats fixed.
This commit is contained in:
parent
b88628f558
commit
07b16ec902
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<p align="center"><img src="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" width="150"></p>
|
||||
<p align="center"><img src="fastlane/metadata/android/en-US/images/icon.png" width="150"></p>
|
||||
<h1 align="center"><b>Auxio</b></h1>
|
||||
<h4 align="center">A simple, rational music player for android.</h4>
|
||||
<p align="center">
|
||||
|
|
BIN
fastlane/metadata/android/en-US/images/icon.png
Normal file
BIN
fastlane/metadata/android/en-US/images/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Loading…
Reference in a new issue