bug fixes
This commit is contained in:
parent
b937d62cc2
commit
241b42fc56
2 changed files with 56 additions and 10 deletions
11
example.toml
Normal file
11
example.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
name="Doesnm Repo"
|
||||
description="Repository for testing fdroidgo"
|
||||
address="http://localhost:8000"
|
||||
icon="icon.png"
|
||||
keystore_path="keystore.p12"
|
||||
keystore_password=""
|
||||
keystore_alias=""
|
||||
binarySources = [
|
||||
"github.com/owner/repo" # Currently only github are supported
|
||||
]
|
||||
github_token="" # Recommended because github ratelimits
|
Loading…
Add table
Add a link
Reference in a new issue