API.md: Update link for conceal flag (#1364)

Old link went 404, new one has an overview of what it is and has a link to the asar github for anyone wanting technical knowledge
This commit is contained in:
Tedward747 2022-03-02 13:35:48 -07:00 committed by GitHub
parent 388eebb58b
commit 8dbe7943d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
API.md
View File

@ -168,7 +168,7 @@ Note: careful to not conflate _platform_ with _architecture_. If you want for ex
-c, --conceal
```
Specifies if the source code within the nativefied app should be packaged into an archive, defaults to false, [read more](http://electron.atom.io/docs/v0.36.0/tutorial/application-packaging/).
Specifies if the source code within the nativefied app should be packaged into an archive, defaults to false, [read more](https://www.electronjs.org/docs/latest/glossary#asar).
#### [electron-version]