mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix link for the updates
This commit is contained in:
parent
6719cb1cab
commit
fc548fdf48
@ -478,7 +478,7 @@ CheckForUpdates ()
|
||||
|
||||
curl_easy_setopt (curl, CURLOPT_WRITEFUNCTION, updateCallback);
|
||||
|
||||
curl_easy_setopt (curl, CURLOPT_URL, "http://blupi.org/update/planet");
|
||||
curl_easy_setopt (curl, CURLOPT_URL, "http://blupi.org/update/planet.json");
|
||||
curl_easy_setopt (curl, CURLOPT_WRITEDATA, (void *) &chunk);
|
||||
chunk.status = curl_easy_perform (curl);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user