diff --git a/ILSpy/Properties/launchSettings.json b/ILSpy/Properties/launchSettings.json index 14017179c..03788db79 100644 --- a/ILSpy/Properties/launchSettings.json +++ b/ILSpy/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "ILSpy": { "commandName": "Executable", - "executablePath": "C:\\Users\\Siegfried\\Projects\\ILSpy master\\ILSpy\\bin\\Debug\\net46\\ILSpy.exe", + "executablePath": ".\\ILSpy.exe", "commandLineArgs": "/separate" } }