Skip to content

Commit

Permalink
Update FileAssociation.ts
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
kethinov authored Dec 23, 2024
1 parent c87674b commit 363fe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-builder-lib/src/options/FileAssociation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* macOS (corresponds to [CFBundleDocumentTypes](https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-101685)), NSIS, and MSI only.
*
* On Windows (NSIS) works only if [nsis.perMachine](https://electron.build./configuration.md#NsisOptions-perMachine) is set to `true`.
* On Windows (NSIS) works only if [nsis.perMachine](https://www.electron.build/nsis) is set to `true`.
*/
export interface FileAssociation {
/**
Expand Down

0 comments on commit 363fe0e

Please sign in to comment.