mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
build: remove unneeded dlls in Windows zip (#41120)
* build: fixup zip manifest check on Windows * build: remove unused dlls
This commit is contained in:
committed by
GitHub
parent
1a0991a9b9
commit
9e630eb66a
@@ -24,6 +24,10 @@ enable_printing = true
|
||||
angle_enable_vulkan_validation_layers = false
|
||||
dawn_enable_vulkan_validation_layers = false
|
||||
|
||||
# Removes dxc dll's that are only used experimentally.
|
||||
# See https://bugs.chromium.org/p/chromium/issues/detail?id=1474897
|
||||
dawn_use_built_dxc = false
|
||||
|
||||
# These are disabled because they cause the zip manifest to differ between
|
||||
# testing and release builds.
|
||||
# See https://chromium-review.googlesource.com/c/chromium/src/+/2774898.
|
||||
|
||||
Reference in New Issue
Block a user