Skip to content

Commit

Permalink
Run Edge in app mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dstricks authored and samuelhwilliams committed Feb 9, 2023
1 parent 5051761 commit c8e5af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eel/edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def run(_path, options, start_urls):
cmd = 'start microsoft-edge:{}'.format(start_urls[0])
cmd = 'start msedge --app={}'.format(start_urls[0])
sps.Popen(cmd, stdout=sys.stdout, stderr=sys.stderr, stdin=sps.PIPE, shell=True)


Expand Down

0 comments on commit c8e5af6

Please sign in to comment.