We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5edf794 commit d09cfefCopy full SHA for d09cfef
1 file changed
src/plugins/git/GitPlugin.cpp
@@ -55,7 +55,7 @@ GitPlugin::GitPlugin() {
55
// TODO: find git in a more proper way
56
#if defined(Q_OS_WINDOWS)
57
auto label = tr("git exe");
58
- gitBinary = "c:\\Program Files\\Git\\bin\\git.exe";
+ gitBinary = R"(C:\Program Files\Git\bin\git.exe)";
59
#else
60
gitBinary = "git";
61
auto label = tr("git binary");
0 commit comments