Skip to content

Commit

Permalink
update known version for TeamViewer to 15.58.5
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Oct 2, 2024
1 parent 8306035 commit 6bd0ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/software/TeamViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public override AvailableSoftware knownInfo()
{
var signature = new Signature(publisherX509, certificateExpiration);
return new AvailableSoftware("TeamViewer",
"15.58.4",
"15.58.5",
"^TeamViewer$",
"^TeamViewer$",
new InstallInfoExe(
Expand Down

0 comments on commit 6bd0ebb

Please sign in to comment.