install: rework ModpackInstaller (incomplete)
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
Imports Newtonsoft.Json.Converters
|
||||
|
||||
Public Class UpdateAction
|
||||
Inherits InstallAction
|
||||
|
||||
<JsonConverter(GetType(StringEnumConverter))>
|
||||
Public Property Type As UpdateActionType
|
||||
Public Property DestPath As String
|
||||
Public Property SrcPath As String
|
||||
Public Property DownloadUrl As String
|
||||
Public Property IsDirectory As Boolean
|
||||
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user