Update launcher/updater/prismupdater/PrismUpdater.cpp

Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers 2024-06-29 04:08:04 -07:00
parent 9d1fffff27
commit b4f5c3d241
No known key found for this signature in database
GPG Key ID: E10E321EB160949B

View File

@ -787,7 +787,7 @@ QList<GitHubReleaseAsset> PrismUpdaterApp::validReleaseArtifacts(const GitHubRel
if (BuildConfig.BUILD_ARTIFACT.isEmpty())
qWarning() << "Build platform is not set!";
for (auto asset : release.assets) {
if (asset.name.endsWith("zsync")) {
if (asset.name.endsWith(".zsync")) {
qDebug() << "Rejecting zsync file" << asset.name;
continue;
}