Added stuff for appimages.

Shows changelog before updating.
This commit is contained in:
Belac Darkstorm
2017-08-09 03:36:35 -05:00
parent 3d3239fe0a
commit 56748f043e
5 changed files with 185 additions and 15 deletions
+1
View File
@@ -39,6 +39,7 @@ func downloadApp(parent *gtk.Window, ap appimg) {
return nil
},
}
fmt.Println(urlBase + ap.full)
resp, err := check.Get(urlBase + ap.full)
if err != nil {
fmt.Println(err)