Changed url to point to new server
This commit is contained in:
parent
69791e5188
commit
22c18915f5
@ -11,7 +11,7 @@ import (
|
||||
const BlockSize = 1024 * 64
|
||||
|
||||
func HttpDownload(path string, out io.Writer, ctx context.Context) error {
|
||||
res, err := http.Get("https://gitea.piwalker.net/fclauncher/" + path)
|
||||
res, err := http.Get("https://fclauncher.piwalker.net/fclauncher/" + path)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user