diff options
| author | EverythingWindows <[email protected]> | 2022-12-10 01:56:35 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-12-10 01:56:35 +0700 |
| commit | 365cc92f8a7c20a1a2f455a92188528b1239cd6d (patch) | |
| tree | 7d70786ac5170601fc0fe5b5cbf7bf00a7d819c4 /ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb | |
| parent | 2cb19f4dd09ab07893b331bf93728368ae0c3f00 (diff) | |
| download | shiftos-therevival-old-0.2.8.tar.gz shiftos-therevival-old-0.2.8.tar.bz2 shiftos-therevival-old-0.2.8.zip | |
0.2.8 final code0.2.8
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb b/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb index 089ea5f..c1a050d 100644 --- a/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb +++ b/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb @@ -26,7 +26,8 @@ Public Class ShiftOSUpdater If Not FilePut.FileName = "" Then Button1.Enabled = False Button2.Enabled = False - Dim PutTo As String = "http://148.251.124.62:8080/ShiftOS/versions/ShiftOS-TheRevival.v" & NewVersion & ".exe" + Dim PutTo As String = "http://github.com/EverythingWindows/ShiftOS-TheRevival/releases/download/" & NewVersion & "/ShiftOS-TheRevival.v" & NewVersion & ".exe" + 'Dim PutTo As String = "http://148.251.124.62:8080/ShiftOS/versions/ShiftOS-TheRevival.v" & NewVersion & ".exe" <= Legacy Updater 'Dim GetTo As New Uri(PutTo) My.Computer.Network.DownloadFile(PutTo, FilePut.FileName) 'Revisit this later |
