Skip to content

Commit

Permalink
docs: replace asar guide link
Browse files Browse the repository at this point in the history
The link no longer exists, so replace with the text from the guide.
  • Loading branch information
malept authored Jul 18, 2021
1 parent 7396bf1 commit e2d317f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ declare namespace electronPackager {
/**
* Whether to package the application's source code into an archive, using [Electron's
* archive format](https://github.com/electron/asar). Reasons why you may want to enable
* this feature are described in [an application packaging tutorial in Electron's
* documentation](https://electronjs.org/docs/tutorial/application-packaging/). When the value
* this feature include mitigating issues around long path names on Windows, slightly speeding
* up `require`, and concealing your source code from cursory inspection. When the value
* is `true`, it passes the default configuration to the `asar` module. The configuration
* values can be customized when the value is an `Object`. Supported sub-options include, but
* are not limited to:
Expand Down

0 comments on commit e2d317f

Please sign in to comment.