use new system via an update info
This commit is contained in:
12
ModpackUpdater/UpdateAction.vb
Normal file
12
ModpackUpdater/UpdateAction.vb
Normal file
@@ -0,0 +1,12 @@
|
||||
Imports Newtonsoft.Json
|
||||
Imports Newtonsoft.Json.Converters
|
||||
|
||||
Public Class UpdateAction
|
||||
|
||||
<JsonConverter(GetType(StringEnumConverter))>
|
||||
Public Property Type As UpdateActionType
|
||||
Public Property DestPath As String
|
||||
Public Property SrcPath As String
|
||||
Public Property DownloadUrl As String
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user