Skip to content

Commit

Permalink
update known version for TeamViewer to 15.45.4
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Sep 12, 2023
1 parent 5bb97ab commit 5115e59
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.45.3",
"15.45.4",
"^TeamViewer$",
"^TeamViewer$",
new InstallInfoExe(
Expand Down

0 comments on commit 5115e59

Please sign in to comment.