Skip to content

Commit

Permalink
Disable trust check for update files
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Dec 19, 2020
1 parent a68dbb8 commit 7771e5e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions source/Playnite/App/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,6 @@ private bool VerifyUpdateFile(string checksum, string path)
return false;
}

#if !DEBUG
if (!SigningTools.IsTrusted(path))
{
return false;
}
#endif

return true;
}

Expand Down

0 comments on commit 7771e5e

Please sign in to comment.