-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Certificate for Windows #50
Comments
Thanks @apawlik. I assume you mean the We have Stencila certificates for both Win and Mac but are not using them. The tricky bit might be signing them as part of our automated releases (currently cross platform builds i.e. MacOS and WIn are built on Linux). After a bit of research some options (in descending order): |
I did not run into any code signing issues running the binary on my machine, but again being a developer I may have disabled some of the code signing checks so I can use various open source applications. I will see if I can set up a macOS VM with a more standard setup for this kind of testing. |
## [0.9.2](v0.9.1...v0.9.2) (2018-11-02) ### Bug Fixes * **dist:** add code signing to win binary; closes [#50](#50) ([30fc932](30fc932))
Windows gives warning when trying to run the Docker binary which may prevent some users from actually launching the app.
The text was updated successfully, but these errors were encountered: