mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Maximum icon size is now defined in config.py
This commit is contained in:
parent
9f246b04cc
commit
e6fe2d7d53
2 changed files with 9 additions and 4 deletions
|
@ -20,6 +20,10 @@ gradle = "gradle"
|
|||
# Android gradle plugin version
|
||||
gradle_plugin = "0.5.+"
|
||||
|
||||
# Max height and width (in pixels) for the icons in the repo
|
||||
# This corresponds to 72x72 pixels, i.e. mdpi
|
||||
icon_max_size = 72
|
||||
|
||||
repo_url = "https://f-droid.org/repo"
|
||||
repo_name = "F-Droid"
|
||||
repo_icon = "fdroid-icon.png"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue