mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
readme_generator: sorted screenshot list for consistency (#2440)
This commit is contained in:
parent
412b900a7f
commit
cd7ae5c5c7
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ def generate_READMEs(app_path: Path):
|
|||
|
||||
screenshots_dir = app_path / "doc" / "screenshots"
|
||||
if screenshots_dir.exists():
|
||||
for entry in screenshots_dir.iterdir():
|
||||
for entry in sorted(screenshots_dir.iterdir()):
|
||||
# only pick files (no folder) on the root of 'screenshots'
|
||||
if not entry.is_file():
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue