From 13ce5c239c6837cf265c18802bd9f084f7fd0dd0 Mon Sep 17 00:00:00 2001 From: UK992 Date: Fri, 16 Mar 2018 19:54:19 +0100 Subject: Add icon to servo.exe --- python/servo/build_commands.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python/servo/build_commands.py') diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 967e8c35509..f1ed3f885fa 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -354,9 +354,6 @@ class MachCommands(CommandBase): if status == 0: if sys.platform == "win32": servo_exe_dir = path.join(base_path, "debug" if dev else "release") - # On windows, copy in our manifest - shutil.copy(path.join(self.get_top_dir(), "components", "servo", "servo.exe.manifest"), - servo_exe_dir) msvc_x64 = "64" if "x86_64" in (target or host_triple()) else "" # on msvc builds, use editbin to change the subsystem to windows, but only -- cgit v1.2.3