2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2025-01-24 07:38:36 +00:00

Added --sign to readme

This commit is contained in:
Jens Lind 2015-05-12 20:37:35 +02:00
parent d4f4c78769
commit 7f25fab225

View File

@ -41,6 +41,7 @@ helper-bundle-id bundle identifier to use in the app helper plist
ignore do not copy files into App whose filenames regex .match this string ignore do not copy files into App whose filenames regex .match this string
prune runs `npm prune --production` on the app prune runs `npm prune --production` on the app
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)
``` ```
This will: This will: