mirror of
https://github.com/servo/servo.git
synced 2025-06-16 04:14:29 +00:00
Add icon to servo.exe
This commit is contained in:
parent
1ae5715309
commit
13ce5c239c
7 changed files with 33 additions and 9 deletions
|
@ -317,7 +317,6 @@ class PackageCommands(CommandBase):
|
|||
dir_to_resources = path.join(dir_to_temp_servo, 'resources')
|
||||
shutil.copytree(path.join(dir_to_root, 'resources'), dir_to_resources)
|
||||
shutil.copy(binary_path, dir_to_temp_servo)
|
||||
shutil.copy("{}.manifest".format(binary_path), dir_to_temp_servo)
|
||||
copy_windows_dependencies(target_dir, dir_to_temp_servo)
|
||||
|
||||
change_prefs(dir_to_resources, "windows")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue