File esbuild_version.patch of Package signal-desktop

Do not expect a specific esbuild version.

--- a/node_modules/esbuild/install.js
+++ a/node_modules/esbuild/install.js
@@ -101,7 +101,7 @@
   const stdout = child_process.execFileSync(command.shift(), command, {
     stdio: "pipe"
   }).toString().trim();
-  if (stdout !== "0.15.8") {
+  if (0) {
     throw new Error(`Expected ${JSON.stringify("0.15.8")} but got ${JSON.stringify(stdout)}`);
   }
 }
--- a/node_modules/esbuild/lib/main.js
+++ b/node_modules/esbuild/lib/main.js
@@ -743,7 +743,6 @@
       isFirstPacket = false;
       let binaryVersion = String.fromCharCode(...bytes);
       if (binaryVersion !== "0.15.8") {
-        throw new Error(`Cannot start service: Host version "${"0.15.8"}" does not match binary version ${JSON.stringify(binaryVersion)}`);
       }
       return;
     }
openSUSE Build Service is sponsored by