Skip to content

Commit

Permalink
Set the working dir correctly when running the launcher from msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyH committed Sep 4, 2019
1 parent 1dd8126 commit 5f5f995
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vs/launch.vs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"projectTarget": "OpenApoc.exe (bin\\OpenApoc.exe)",
"name": "OpenApoc.exe (bin\\OpenApoc.exe)",
"currentDir": "${workspaceRoot}"
},
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "OpenApoc_Launcher.exe (bin\\OpenApoc_Launcher.exe)",
"name": "OpenApoc_Launcher.exe (bin\\OpenApoc_Launcher.exe)",
"currentDir": "${workspaceRoot}"
}
]
}

0 comments on commit 5f5f995

Please sign in to comment.