mirror of https://github.com/buggins/dlangide.git
trying to fix #118
This commit is contained in:
parent
cf467f7382
commit
2556795f82
|
@ -525,6 +525,7 @@ class Project : WorkspaceItem {
|
|||
if (!isExecutable)
|
||||
return null;
|
||||
string exename = toUTF8(name);
|
||||
exename = _projectFile.getString("targetName", exename);
|
||||
// TODO: use targetName
|
||||
version (Windows) {
|
||||
exename = exename ~ ".exe";
|
||||
|
|
Loading…
Reference in New Issue