Skip to content

Commit

Permalink
Fix incorrect download link
Browse files Browse the repository at this point in the history
  • Loading branch information
hax0kartik committed Jul 19, 2023
1 parent c9da214 commit d03498a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rehidhelper/source/States/Download.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void Download::OnStateEnter(App *app){
auto& downloadmanager = app->GetDownloadManager();
auto& jsonmanager = app->GetJsonManager();
std::vector<uint8_t> tmp;
downloadmanager.GetUrl("https://api.github.com/repos/hax0kartik/test/releases/latest", tmp);
downloadmanager.GetUrl("https://api.github.com/repos/hax0kartik/rehid/releases/latest", tmp);
auto url = jsonmanager.ParseAndGetLatest(tmp);
downloadmanager.DownloadTo(url, "/luma/sysmodules", "0004013000001D02.cxi");
Utils::Misc::EnableGamePatching();
Expand Down

0 comments on commit d03498a

Please sign in to comment.