Skip to content

Commit 9532d94

Browse files
authored
fix: pass through command-line args in launcher
The recently committed launcher doesn't pass through command line arguments - this commit ensures that it does
1 parent 692e440 commit 9532d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snap/local/launcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
exec "$SNAP/opt/Mattermost/mattermost-desktop" --no-sandbox --disable-seccomp-filter-sandbox --disable-features=GlobalShortcutsPortal
2+
exec "$SNAP/opt/Mattermost/mattermost-desktop" --no-sandbox --disable-seccomp-filter-sandbox --disable-features=GlobalShortcutsPortal "$@"

0 commit comments

Comments
 (0)