add maintenance mode & improve & bugfixing
This commit is contained in:
@@ -4,6 +4,7 @@ namespace ModpackUpdater.Model;
|
||||
|
||||
public class ModpackConfig
|
||||
{
|
||||
public bool Maintenance { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string UpdateUrl { get; set; }
|
||||
public string InstallUrl { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user