allow curseforge and modrinth as source
This commit is contained in:
@@ -6,8 +6,8 @@ namespace ModpackUpdater;
|
||||
|
||||
public class UpdateAction : InstallAction
|
||||
{
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
[DefaultValue(UpdateActionType.Update)]
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public UpdateActionType Type { get; set; }
|
||||
|
||||
[DefaultValue(null)]
|
||||
|
||||
Reference in New Issue
Block a user