Skip to content

Commit

Permalink
fix regular expression for Graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Oct 13, 2024
1 parent 4fafce8 commit bf2907a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/software/Graphviz.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public override AvailableSoftware knownInfo()
{
return new AvailableSoftware("Graphviz",
"12.1.2",
"^Graphviz",
"^Graphviz$",
"^Graphviz$",
new InstallInfoExe(
"https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.1.2/windows_10_cmake_Release_graphviz-install-12.1.2-win32.exe",
Expand Down

0 comments on commit bf2907a

Please sign in to comment.