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:
parent
9d1fffff27
commit
b4f5c3d241
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user