📝 Fix a broken asar link.
This commit is contained in:
parent
f8a9f628ae
commit
dcead89507
1 changed files with 6 additions and 3 deletions
|
@ -12,9 +12,10 @@ The ASAR format was created primarily to improve performance on Windows... TODO
|
||||||
|
|
||||||
### Brightray
|
### Brightray
|
||||||
|
|
||||||
Brightray is a static library that makes [libchromiumcontent] easier to use in
|
[Brightray][brightray] is a static library that makes [libchromiumcontent]
|
||||||
applications. It was created specifically for Electron, but can be used to
|
easier to use in applications. It was created specifically for Electron, but can
|
||||||
enable Chromium's renderer in native apps that are not based on Electron.
|
be used to enable Chromium's renderer in native apps that are not based on
|
||||||
|
Electron.
|
||||||
|
|
||||||
Brightray is a low-level dependency of Electron that does not concern the
|
Brightray is a low-level dependency of Electron that does not concern the
|
||||||
majority of Electron users.
|
majority of Electron users.
|
||||||
|
@ -139,7 +140,9 @@ embedded content will be asynchronous. This keeps your app safe from the
|
||||||
embedded content.
|
embedded content.
|
||||||
|
|
||||||
[addons]: https://nodejs.org/api/addons.html
|
[addons]: https://nodejs.org/api/addons.html
|
||||||
|
[asar]: https://github.com/electron/asar
|
||||||
[autoUpdater]: api/auto-updater.md
|
[autoUpdater]: api/auto-updater.md
|
||||||
|
[brightray]: https://github.com/electron/brightray
|
||||||
[electron-builder]: https://github.com/electron-userland/electron-builder
|
[electron-builder]: https://github.com/electron-userland/electron-builder
|
||||||
[libchromiumcontent]: #libchromiumcontent
|
[libchromiumcontent]: #libchromiumcontent
|
||||||
[Mac App Store Submission Guide]: tutorials/mac-app-store-submission-guide.md
|
[Mac App Store Submission Guide]: tutorials/mac-app-store-submission-guide.md
|
||||||
|
|
Loading…
Reference in a new issue