Changed url to point to new server

This commit is contained in:
= 2024-11-26 12:37:30 -07:00
parent 69791e5188
commit 22c18915f5

View File

@ -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
}