Minor tweak

This commit is contained in:
Joshua Granick
2015-05-05 18:28:38 -07:00
parent 8bab88bcd7
commit 1043c4e8a5

View File

@@ -50,7 +50,7 @@ class WindowsPlatform extends PlatformTarget {
targetDirectory = project.app.path + "/windows/" + targetType;
applicationDirectory = targetDirectory + "/bin/";
executablePath = applicationDirectory + "/" + project.app.file + ".exe";
executablePath = applicationDirectory + project.app.file + ".exe";
}