You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tools/updater.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ func main() {
47
47
48
48
//Check version
49
49
ifstring(verfile) !=jsonMap["tag_name"] {
50
-
respD:=MessageBox(0, "You are running an old version of AutoWall, the actual version is "+jsonMap["tag_name"].(string)+"\nChanges in the latest version:\n\n"+jsonMap["body"].(string)+"\n\n Do you want download last version?", "AutoWall Updater, new version is available", 4)
50
+
respD:=MessageBox(0, "You are running an old version of AutoWall, the latest version is "+jsonMap["tag_name"].(string)+"\nChanges in the latest version:\n\n"+jsonMap["body"].(string)+"\n\n Do you want download last version?", "AutoWall Updater, new version is available", 4)
0 commit comments