This commit is contained in:
parent
509103ed71
commit
4f37fb86ce
1 changed files with 2 additions and 2 deletions
|
|
@ -132,7 +132,7 @@ namespace Crafter {
|
||||||
std::cout << stdPcm << std::endl;
|
std::cout << stdPcm << std::endl;
|
||||||
std::cout << stdcppm << std::endl;
|
std::cout << stdcppm << std::endl;
|
||||||
|
|
||||||
std::string directoryPath = RunCommand("\"C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\vswhere.exe\" -latest -property installationPath") +;
|
std::string directoryPath = RunCommand("\"C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\vswhere.exe\" -latest -property installationPath");
|
||||||
|
|
||||||
directoryPath.pop_back();
|
directoryPath.pop_back();
|
||||||
|
|
||||||
|
|
@ -180,7 +180,7 @@ namespace Crafter {
|
||||||
}
|
}
|
||||||
|
|
||||||
void AutoDetect() {
|
void AutoDetect() {
|
||||||
std::string directoryPath = RunCommand("\"C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\vswhere.exe\" -latest -property installationPath") +;
|
std::string directoryPath = RunCommand("\"C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\vswhere.exe\" -latest -property installationPath");
|
||||||
|
|
||||||
directoryPath.pop_back();
|
directoryPath.pop_back();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue