Skip to content

Commit

Permalink
docs: restore Directories
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jul 27, 2016
1 parent c53074c commit 3cc7482
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ NSIS only, [in progress](https://github.com/electron-userland/electron-builder/i
| **ext** | <a name="FileAssociation-ext"></a>The extension (minus the leading period). e.g. `png`
| **name** | <a name="FileAssociation-name"></a>The name. e.g. `PNG`

<a name="MetadataDirectories"></a>
## `.directories`
| Name | Description
| --- | ---
| buildResources | <a name="MetadataDirectories-buildResources"></a>The path to build resources, defaults to `build`.
| output | <a name="MetadataDirectories-output"></a>The output directory, defaults to `dist`.
| app | <a name="MetadataDirectories-app"></a>The application directory (containing the application package.json), defaults to `app`, `www` or working directory.

<!-- end of generated block -->


Expand Down
4 changes: 0 additions & 4 deletions src/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,10 +466,6 @@ export interface FileAssociation {
readonly name: string
}

// CFBundleTypeName
// https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-101685
// CFBundleTypeExtensions

/*
## `.directories`
*/
Expand Down

0 comments on commit 3cc7482

Please sign in to comment.