mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 15:51:06 +00:00
Update readme and usage.txt with command-line version-string examples
Resolves #89; further documents #63.
This commit is contained in:
parent
dcf1da5d1a
commit
189fd022d7
@ -44,7 +44,10 @@ prune runs `npm prune --production` on the app
|
|||||||
overwrite if output directory for a platform already exists, replaces it rather than skipping it
|
overwrite if output directory for a platform already exists, replaces it rather than skipping it
|
||||||
asar packages the source code within your app into an archive
|
asar packages the source code within your app into an archive
|
||||||
sign should contain the identity to be used when running `codesign` (OS X only)
|
sign should contain the identity to be used when running `codesign` (OS X only)
|
||||||
version-string should contain a hash of the application metadata to be embedded into the executable (Windows only). Keys supported
|
version-string should contain a hash of the application metadata to be embedded into the executable (Windows only).
|
||||||
|
These can be specified on the command line via dot notation,
|
||||||
|
e.g. --version-string.CompanyName="Company Inc." --version-string.ProductName="Product"
|
||||||
|
Keys supported:
|
||||||
- CompanyName
|
- CompanyName
|
||||||
- LegalCopyright
|
- LegalCopyright
|
||||||
- FileDescription
|
- FileDescription
|
||||||
|
12
usage.txt
12
usage.txt
@ -21,3 +21,15 @@ prune runs `npm prune --production` on the app
|
|||||||
overwrite if output directory for a platform already exists, replaces it rather than skipping it
|
overwrite if output directory for a platform already exists, replaces it rather than skipping it
|
||||||
asar packages the source code within your app into an archive
|
asar packages the source code within your app into an archive
|
||||||
sign should contain the identity to be used when running `codesign` (OS X only)
|
sign should contain the identity to be used when running `codesign` (OS X only)
|
||||||
|
version-string should contain a hash of the application metadata to be embedded into the executable (Windows only).
|
||||||
|
These can be specified on the command line via dot notation,
|
||||||
|
e.g. --version-string.CompanyName="Company Inc." --version-string.ProductName="Product"
|
||||||
|
Keys supported:
|
||||||
|
- CompanyName
|
||||||
|
- LegalCopyright
|
||||||
|
- FileDescription
|
||||||
|
- OriginalFilename
|
||||||
|
- FileVersion
|
||||||
|
- ProductVersion
|
||||||
|
- ProductName
|
||||||
|
- InternalName
|
Loading…
Reference in New Issue
Block a user