mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
wrap windows start command in shell
This commit is contained in:
@ -5,7 +5,6 @@ func getPlatform() *Platform {
|
|||||||
os: "windows",
|
os: "windows",
|
||||||
shell: "cmd",
|
shell: "cmd",
|
||||||
shellArg: "/c",
|
shellArg: "/c",
|
||||||
escapedQuote: "\\\"",
|
escapedQuote: `\"`,
|
||||||
openCommand: "start {{filename}}",
|
openCommand: `cmd /c "start "" {{filename}}"`,
|
||||||
}
|
}}
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user