mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-02 07:56:26 +00:00
Client mod download system update
This commit is contained in:
parent
aa2b07b359
commit
3a0b96da52
@ -175,11 +175,11 @@ void PreGame(const std::string& GamePath){
|
||||
fatal(e.what());
|
||||
}
|
||||
|
||||
/* Download("www.backend.beammp.com/builds/client?download=true"
|
||||
HTTP::Download("backend.beammp.com/builds/client?download=true"
|
||||
"&pk=" + PublicKey +
|
||||
"&branch=" + Branch, GetGamePath() + R"(mods\multiplayer\BeamMP.zip)", true);*/
|
||||
"&branch=" + Branch, GetGamePath() + R"(mods\multiplayer\BeamMP.zip)");
|
||||
|
||||
HTTP::Download("beammp.com/builds/client", GetGamePath() + R"(mods\multiplayer\BeamMP.zip)");
|
||||
//HTTP::Download("beammp.com/builds/client", GetGamePath() + R"(mods\multiplayer\BeamMP.zip)");
|
||||
info("Download Complete!");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user