Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Ready for v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 committed Jun 6, 2023
1 parent 20a52fb commit 12631c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update/Form3.vb
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Public Class Form3
If ProgressBar1.Value = 25 Then
If My.Computer.FileSystem.FileExists("C:/Users/Public/z1g-project/temp/client.zip") Then
My.Computer.FileSystem.DeleteFile("C:/Users/Public/z1g-project/temp/client.zip")
My.Computer.Network.DownloadFile("https://cdn.z1g-project.repl.co/z1g-hub/client/v1.2.5/client.zip", "C:/Users/Public/z1g-project/temp/client.zip")
My.Computer.Network.DownloadFile("https://dl2.johnglynn2.repl.co/v1.2.5/client.zip", "C:/Users/Public/z1g-project/temp/client.zip")
ZipFile.ExtractToDirectory("C:/Users/Public/z1g-project/temp/client.zip", "C:/Users/Public/z1g-project/")
My.Computer.FileSystem.DeleteFile("C:/Users/Public/z1g-project/temp/client.zip")
Else
My.Computer.Network.DownloadFile("https://cdn.z1g-project.repl.co/z1g-hub/client/v1.2.5/z1g-project-hub.zip", "C:/Users/Public/z1g-project/temp/client.zip")
My.Computer.Network.DownloadFile("https://dl2.johnglynn2.repl.co/v1.2.5/client.zip", "C:/Users/Public/z1g-project/temp/client.zip")
ZipFile.ExtractToDirectory("C:/Users/Public/z1g-project/temp/client.zip", "C:/Users/Public/z1g-project/")
My.Computer.FileSystem.DeleteFile("C:/Users/Public/z1g-project/temp/client.zip")
End If
Expand Down

0 comments on commit 12631c4

Please sign in to comment.