Skip to content

Commit 12debad

Browse files
authored
Update Main.cpp
1 parent 5a745d4 commit 12debad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Core/DolphinWX/Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ static void RunSystemCommand(const std::string& command)
535535

536536
void DolphinApp::CheckUpdate()
537537
{
538-
std::string url = "https://projectplusgame.com/update.json";
538+
std::string url = "https://motobug.github.io/updateplus.json";
539539
Common::HttpRequest req{ std::chrono::seconds{10} };
540540
auto resp = req.Get(url);
541541
if (!resp)

0 commit comments

Comments
 (0)