bggbbgbbgb
This commit is contained in:
parent
616277e3d5
commit
ba13381799
1 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,9 @@ namespace RepoFullDownloader
|
|||
{
|
||||
class Options
|
||||
{
|
||||
public bool originalFilenames { get; set; }
|
||||
public Repo[] repos { get; set; }
|
||||
public bool originalFilenames { get; set; } = false;
|
||||
public Repo[] repos { get; set; } = { new Repo() { url = "http://cydia.invoxiplaygames.uk/" , isInstaller = false}, new Repo() { url = "http://apptapp.saurik.com/", isInstaller = true } };
|
||||
public int delay { get; set; } = 1;
|
||||
}
|
||||
|
||||
class Repo
|
||||
|
|
Loading…
Add table
Reference in a new issue