mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-04 09:35:08 +02:00
10 lines
426 B
Diff
10 lines
426 B
Diff
--- electron/script/apply_all_patches.py 2024-02-14 19:35:26.000000000 +0100
|
|
+++ - 2024-02-19 12:58:37.818075522 +0100
|
|
@@ -22,6 +22,7 @@
|
|
patch_data=patch_from_dir(patch_dir),
|
|
repo=repo,
|
|
threeway=THREEWAY,
|
|
+ exclude=['third_party/blink/tools/**', 'test/mjsunit/**', 'content/test/**', 'test/cctest/**', 'test/unit tests/**', 'third_party/blink/web_tests/**', '.gitignore'],
|
|
)
|
|
|
|
def apply_config(config):
|