From 1cbd19e33d586a43bae00d25cb932f38a23bc29a Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Wed, 30 Jan 2019 11:29:55 +0100 Subject: [PATCH] change back link to fastlane docs --- fdroidserver/update.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/fdroidserver/update.py b/fdroidserver/update.py index e1765187..8ae0c330 100644 --- a/fdroidserver/update.py +++ b/fdroidserver/update.py @@ -821,25 +821,25 @@ def insert_localized_app_metadata(apps): screenshots and adds them to the app metadata. Each app's source repo root checked out at /build/ is scanned at the following standard locations for these files... - + metadata// fastlane/metadata/android// src//fastlane/metadata/android// - + ...as well as the /metadata// directory. - + If it finds them, they will be added to the dict of all packages, with the versions in the /metadata/ folder taking precendence over the what is in the app's source repo. - - The is the locale of the files supplied in that directory, using - the IETF RFC5646 format (e.g. en, en-US, ast, etc). - - For each directory, this script searches for the following files - in the directory structure as supplied by fastlane. See - https://docs.fastlane.tools/actions/supply/#images-and-screenshots - See also our documentation page: + The is the locale of the files supplied in that directory, using + the IETF RFC5646 format (e.g. en, en-US, ast, etc). + + For each directory, this script searches for the following files + in the directory structure as supplied by fastlane. See + https://github.com/fastlane/fastlane/blob/2.28.7/supply/README.md#images-and-screenshots + + See also our documentation page: https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/#in-the-apps-build-metadata-in-an-fdroiddata-collection """