Skip to content

Commit 4b646c5

Browse files
authored
Update updater.go
1 parent 752b867 commit 4b646c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/updater.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func main() {
4747

4848
//Check version
4949
if string(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)
5151
if respD == 6 {
5252
exec.Command("rundll32", "url.dll,FileProtocolHandler", jsonMap["html_url"].(string)).Start()
5353
}

0 commit comments

Comments
 (0)