Restore Windows Explorer icon

This commit is contained in:
Joshua Granick
2014-12-28 13:29:36 -08:00
parent 1c0b067185
commit 61216f14f7

View File

@@ -137,14 +137,14 @@ class WindowsPlatform extends PlatformTarget {
}
/*var iconPath = PathHelper.combine (applicationDirectory, "icon.ico");
var iconPath = PathHelper.combine (applicationDirectory, "icon.ico");
if (IconHelper.createWindowsIcon (project.icons, iconPath)) {
var templates = [ PathHelper.getHaxelib (new Haxelib ("lime")) + "/templates" ].concat (project.templatePaths);
ProcessHelper.runCommand ("", PathHelper.findTemplate (templates, "bin/ReplaceVistaIcon.exe"), [ executablePath, iconPath ], true, true);
}*/
}
}