From 7f25fab22561548a5d5e6c7655ed67e709f4ab4d Mon Sep 17 00:00:00 2001 From: Jens Lind Date: Tue, 12 May 2015 20:37:35 +0200 Subject: [PATCH] Added --sign to readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 084a10a..2ec9b42 100644 --- a/readme.md +++ b/readme.md @@ -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 prune runs `npm prune --production` on the app 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: