diff --git a/src/GeneticAlgorithmBot.csproj b/src/GeneticAlgorithmBot.csproj index 84e7fd9..c2fe522 100644 --- a/src/GeneticAlgorithmBot.csproj +++ b/src/GeneticAlgorithmBot.csproj @@ -7,7 +7,7 @@ true - + diff --git a/src/Properties/launchSettings.json b/src/Properties/launchSettings.json index 1d668e3..4d3710d 100644 --- a/src/Properties/launchSettings.json +++ b/src/Properties/launchSettings.json @@ -6,9 +6,9 @@ }, "EmuHawk": { "commandName": "Executable", - "executablePath": "E:\\LargeGithubProjects\\Bizhawk-GeneticAlgorithmBot\\BizHawk\\EmuHawk.exe", + "executablePath": "..\\BizHawk\\EmuHawk.exe", "commandLineArgs": "--open-ext-tool-dll=GeneticAlgorithmBot", - "workingDirectory": "E:\\LargeGithubProjects\\Bizhawk-GeneticAlgorithmBot\\BizHawk", + "workingDirectory": "..\\BizHawk", "nativeDebugging": true } }