Skip to content

Commit

Permalink
Merge pull request #726 from JonnyH/WIP/msvc-launcher-workingdir
Browse files Browse the repository at this point in the history
Set the working dir correctly when running the launcher from msvc
  • Loading branch information
JonnyH committed Sep 4, 2019
2 parents 1dd8126 + 5f5f995 commit adec1c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vs/launch.vs.json
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 adec1c5

Please sign in to comment.