dont try latest on error when downloading res

This commit is contained in:
ConfiG 2023-06-10 15:53:17 +03:00
parent 46fab0e821
commit 7097ab4d89
No known key found for this signature in database
GPG key ID: 44DA1983F524C11B

View file

@ -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(