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)
|
if (!isExecutable)
|
||||||
return null;
|
return null;
|
||||||
string exename = toUTF8(name);
|
string exename = toUTF8(name);
|
||||||
|
exename = _projectFile.getString("targetName", exename);
|
||||||
// TODO: use targetName
|
// TODO: use targetName
|
||||||
version (Windows) {
|
version (Windows) {
|
||||||
exename = exename ~ ".exe";
|
exename = exename ~ ".exe";
|
||||||
|
|
Loading…
Reference in New Issue