From f47931e7635a29c4e01e34fc1fc3aa48b6a3cc35 Mon Sep 17 00:00:00 2001 From: Jai A P Date: Fri, 20 May 2022 10:55:04 +0530 Subject: [PATCH] Delete builder-util+23.0.8.patch As this is merged upstream in 23.0.9 --- patches/builder-util+23.0.8.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 patches/builder-util+23.0.8.patch diff --git a/patches/builder-util+23.0.8.patch b/patches/builder-util+23.0.8.patch deleted file mode 100644 index a649fd0e..00000000 --- a/patches/builder-util+23.0.8.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/node_modules/builder-util/out/arch.js b/node_modules/builder-util/out/arch.js -index eabcf47..e1ac595 100644 ---- a/node_modules/builder-util/out/arch.js -+++ b/node_modules/builder-util/out/arch.js -@@ -40,6 +40,7 @@ function archFromString(name) { - return Arch.ia32; - case "arm64": - return Arch.arm64; -+ case "arm": - case "armv7l": - return Arch.armv7l; - case "universal":