From 61216f14f76141ebf0fb5a597a2f6b3b343b2934 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Sun, 28 Dec 2014 13:29:36 -0800 Subject: [PATCH] Restore Windows Explorer icon --- tools/platforms/WindowsPlatform.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/platforms/WindowsPlatform.hx b/tools/platforms/WindowsPlatform.hx index e7fa42e70..8dfaeaa3b 100644 --- a/tools/platforms/WindowsPlatform.hx +++ b/tools/platforms/WindowsPlatform.hx @@ -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); - }*/ + } }