Unverified Commit cd13f40c authored by Yureka's avatar Yureka Committed by GitHub
Browse files

electron_39: fix patchdir patch dir (#500068)

parents d8a5befc 3bf9dd4d
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
diff --git a/patches/config.json b/patches/config.json
diff --git a/electron/patches/config.json b/electron/patches/config.json
index f5dbe8600f..9e1e5e0704 100644
--- a/patches/config.json
+++ b/patches/config.json
--- a/electron/patches/config.json
+++ b/electron/patches/config.json
@@ -14,5 +14,5 @@
   { "patch_dir": "src/electron/patches/reclient-configs", "repo": "src/third_party/engflow-reclient-configs" },
   { "patch_dir": "src/electron/patches/sqlite", "repo": "src/third_party/sqlite/src" },
   { "patch_dir": "src/electron/patches/skia", "repo": "src/third_party/skia" },
-  { "patch_dir": "src/electron/patches/angle", "repo": "src/third_party/angle/src" }
+  { "patch_dir": "src/electron/patches/angle", "repo": "src/third_party/angle" }
   { "patch_dir": "src/electron/electron/patches/reclient-configs", "repo": "src/third_party/engflow-reclient-configs" },
   { "patch_dir": "src/electron/electron/patches/sqlite", "repo": "src/third_party/sqlite/src" },
   { "patch_dir": "src/electron/electron/patches/skia", "repo": "src/third_party/skia" },
-  { "patch_dir": "src/electron/electron/patches/angle", "repo": "src/third_party/angle/src" }
+  { "patch_dir": "src/electron/electron/patches/angle", "repo": "src/third_party/angle" }
 ]