From 19c835ede4bef8fbc08ff69d2e07d214d371cfd5 Mon Sep 17 00:00:00 2001 From: Joshua Melville Date: Fri, 1 Dec 2023 11:33:42 +0200 Subject: [PATCH] Remove atom.io and replace with electronjs.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a31f98e91..67d347e42 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Once you've completed `npm install`, you will need to rebuild MDNS with the Elec ``` cd node_modules\mdns -npx node-gyp rebuild --target=9.0.0 --arch=x64 --dist-url=https://atom.io/download/electron +npx node-gyp rebuild --target=9.0.0 --arch=x64 --dist-url=https://electronjs.org/headers ``` `target` must match the electron version installed by npm