mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Tidier market check launching
This commit is contained in:
parent
e9d4232fdd
commit
436cc0c6d1
3 changed files with 41 additions and 3 deletions
|
|
@ -39,4 +39,9 @@ keydname = "CN=Birdman, OU=Cell, O=Alcatraz, L=Alcatraz, S=California, C=US"
|
|||
keyaliases = {}
|
||||
keyaliases['com.example.app'] = 'example'
|
||||
|
||||
#For the market checker, which is used only to determine a 'current' version
|
||||
#that the developer recommends, for those apps that are there.
|
||||
market_user = ""
|
||||
market_password = ""
|
||||
market_deviceid = ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue