install: rework ModpackInstaller (incomplete)

This commit is contained in:
2024-06-17 18:30:57 +02:00
parent a4d5fff876
commit 9c43055580
6 changed files with 95 additions and 53 deletions

View File

@@ -1,9 +1,8 @@
Imports Newtonsoft.Json.Converters
Public Class InstallAction
Public Class InstallAction
Public Property IsZip As Boolean
Public Property ZipPath As String
Public Property DestPath As String
Public Property DownloadUrl As String
Public Property IsZip As Boolean
End Class