mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
wrap windows start command in shell
This commit is contained in:
parent
865809e625
commit
ad880e2d56
|
|
@ -5,7 +5,6 @@ func getPlatform() *Platform {
|
|||
os: "windows",
|
||||
shell: "cmd",
|
||||
shellArg: "/c",
|
||||
escapedQuote: "\\\"",
|
||||
openCommand: "start {{filename}}",
|
||||
}
|
||||
}
|
||||
escapedQuote: `\"`,
|
||||
openCommand: `cmd /c "start "" {{filename}}"`,
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue