This commit is contained in:
sethlu 2016-02-11 22:05:08 +08:00
Родитель 17278f2ba6
Коммит 957dc09bc5
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,8 @@
Code-signing for Electron-packed OS X apps
The signing procedure follows what described in https://github.com/atom/electron/blob/master/docs/tutorial/mac-app-store-submission-guide.md.
## Installation
```sh
@ -114,6 +116,8 @@ If error persists with `A timestamp was expected but was not found.` or `The tim
## Notes
- Accidental halt of `codesign` may result in files with `.cstemp` extension created within the application. Please manually remove those files to avoid any issues that may occur during signing.
- As `productbuild` is not yet incorporated into this code-signing module, please refer to [#5](https://github.com/sethlu/electron-osx-sign/issues/5) for packing signed applications for iTunes Connect submission.
- In current version, binaries except built in within Electron will not be signed automatically. Please manually sign those before running this code-sign module. This issue may be resolved in future development, refer to [#6](https://github.com/sethlu/electron-osx-sign/issues/6).