when i try to install it then it gives me this error:
Error finishing download: System.IO.InvalidDataException: End of Central Directory record could not be found.
at
System.IO.Compression.ZipArchive.ReadEndOfCentralDirectory()
at System.IO.Compression.ZipArchive.Init(Stream stream, ZipArchiveMode mode, Boolean leaveOpen)
at System.IO.Compression.ZipArchive..ctor(Stream stream, ZipArchiveMode mode, Boolean leaveOpen, Encoding entryNameEncoding)
at System.IO.Compression.ZipFile.Open(String archiveFileName, ZipArchiveMode mode, Encoding entryNameEncoding)
at System.IO.Compression.ZipFile.ExtractToDirectory(String sourceArchiveFileName, String destination DirectoryName, Encoding entryNameEncoding)
at
LLT Launcker.MainWindow.<Download GameComplitedCallback>b__18_
00
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Tas
k task)
at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndD
ebuggerNotification(Task task)
at
LLT Launcker.MainWindow.<DownloadGameComplitedCallback>d__18. MoveNext()