Skip to content

Commit

Permalink
Remove atom.io and replace with electronjs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Dec 1, 2023
1 parent dd3ceb9 commit 19c835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19c835e

Please sign in to comment.