Skip to content

Commit

Permalink
Merge pull request #17 from polyswarm/fix/edge
Browse files Browse the repository at this point in the history
fix: update edge path
  • Loading branch information
mjbradford89 authored Jul 29, 2024
2 parents 35b165a + bab3214 commit 22d406f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/windows/modules/packages/edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Edge(Package):

PATHS = [
("ProgramFiles", "Microsoft", "Edge", "Application", "msedge.exe"),
("ProgramFiles(x86)", "Microsoft", "EdgeCore", "112.0.1722.58", "msedge.exe")
("ProgramFiles(x86)", "Microsoft", "EdgeCore", "*", "msedge.exe"),
]

def start(self, url):
Expand Down

0 comments on commit 22d406f

Please sign in to comment.