mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
15 lines
427 B
Python
15 lines
427 B
Python
|
|
#Copy this file to config.py, then amend the settings below according to
|
|
#your system configuration.
|
|
|
|
aapt_path = "/path/to/android-sdk-linux_86/platforms/android-4/tools/aapt"
|
|
|
|
repo_url = "http://f-droid.org/repo"
|
|
repo_name = "FDroid"
|
|
repo_icon = "fdroid-icon.png"
|
|
repo_description = """
|
|
The official FDroid repository. Applications in this repository are official
|
|
binaries built by the original application developers.
|
|
"""
|
|
|