Skip to content

Commit

Permalink
fix executablePath in launchSettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedpammer committed Mar 10, 2018
1 parent 828fe58 commit 4f4c5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ILSpy/Properties/launchSettings.json
Expand Up @@ -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"
}
}
Expand Down

0 comments on commit 4f4c5bd

Please sign in to comment.