aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-09 08:42:46 +0700
committerEverythingWindows <[email protected]>2022-11-09 08:42:46 +0700
commit850353a885d40f15cac96d7f31fdad81fa2093a4 (patch)
treebd378fe08e0b39976a7a6a2a8f8f77777c216110 /ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb
parente2051f44b828b2347be216931377817efb2648d7 (diff)
downloadshiftos-therevival-old-0.2.4.tar.gz
shiftos-therevival-old-0.2.4.tar.bz2
shiftos-therevival-old-0.2.4.zip
0.2.4 final code0.2.4
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb8
1 files changed, 4 insertions, 4 deletions
diff --git a/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb b/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb
index ba2ec12..089ea5f 100644
--- a/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb
+++ b/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb
@@ -40,15 +40,15 @@ Public Class ShiftOSUpdater
Button2.Text = "Saved"
End If
ElseIf Button2.Text = "Update" Then
- Label2.Text = "Updating ShiftOS from" & My.Resources.CurrentVersion & " to " & NewVersion
-
+ Label2.Text = "Updating ShiftOS to " & My.Resources.CurrentVersion
+ UpdateToNew()
Else
-
+ Close()
End If
End Sub
Private Sub ShiftOSUpdate_Load(sender As Object, e As EventArgs) Handles MyBase.Load
If ShiftOSMenu.ShouldUpdate = True Then
- Button1.Text = "Update"
+ Button2.Text = "Update"
End If
End Sub