mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 00:27:06 +00:00
Other: Fix launcher argument type
This commit is contained in:
@ -100,7 +100,7 @@ func New() *cli.App {
|
|||||||
Usage: "Don't show window after start",
|
Usage: "Don't show window after start",
|
||||||
Hidden: true,
|
Hidden: true,
|
||||||
},
|
},
|
||||||
&cli.BoolFlag{
|
&cli.StringFlag{
|
||||||
Name: flagLauncher,
|
Name: flagLauncher,
|
||||||
Usage: "The launcher used to start the app",
|
Usage: "The launcher used to start the app",
|
||||||
Hidden: true,
|
Hidden: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user