chiark / gitweb /
static URLs to "Current Version" of each app
[fdroidserver.git] / examples / config.py
index e1272649b02b82433ea1f276befb49f90b12eb82..974a4d5bc04ba43a574c0aa399061e02118019a8 100644 (file)
@@ -52,6 +52,15 @@ archive_description = """
 The repository of older versions of applications from the main demo repository.
 """
 
+# `fdroid update` will create a link to the current version of a given app.
+# This provides a static path to the current APK.  To disable the creation of
+# this link, uncomment this:
+# make_current_version_link = False
+
+# By default, the "current version" link will be based on the "Name" of the
+# app from the metadata.  You can change it to use a different field from the
+# metadata here:
+# current_version_name_source = 'id'
 
 # The ID of a GPG key for making detached signatures for apks. Optional.
 # gpgkey = '1DBA2E89'