mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
dont try latest on error when downloading res
This commit is contained in:
parent
46fab0e821
commit
7097ab4d89
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ void Loader::Impl::downloadLoaderResources(bool useLatestRelease) {
|
|||
this->tryDownloadLoaderResources(fmt::format(
|
||||
"https://github.com/geode-sdk/geode/releases/download/{}/resources.zip",
|
||||
this->getVersion().toString()
|
||||
));
|
||||
), false);
|
||||
}
|
||||
else {
|
||||
fetchLatestGithubRelease(
|
||||
|
|
Loading…
Add table
Reference in a new issue