diff options
author | UK992 <urbankrajnc92@gmail.com> | 2018-03-16 19:54:19 +0100 |
---|---|---|
committer | UK992 <urbankrajnc92@gmail.com> | 2018-03-17 02:11:29 +0100 |
commit | 13ce5c239c6837cf265c18802bd9f084f7fd0dd0 (patch) | |
tree | d02158b09c4c845c64339b0f264992989ebbb092 /python/servo/build_commands.py | |
parent | 1ae5715309ab5acb9ac401fd99f34a0667b2ee53 (diff) | |
download | servo-13ce5c239c6837cf265c18802bd9f084f7fd0dd0.tar.gz servo-13ce5c239c6837cf265c18802bd9f084f7fd0dd0.zip |
Add icon to servo.exe
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r-- | python/servo/build_commands.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 |