Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit c8e5af6

Browse files
dstrickssamuelhwilliams
authored andcommitted
Run Edge in app mode
1 parent 5051761 commit c8e5af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eel/edge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

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

1212

0 commit comments

Comments
 (0)