Conveyor 14: Enterprise features galore #103
mikehearn
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Conveyor 14 (March 19 2024)
This release adds some features useful for large enterprises.
app.mac.sign.scripts
andapp.windows.sign.scripts
). This lets you use Conveyor in environments where you have your own internal signing servers.app.jvm.additional-ca-certs
key. This is useful for cases where you don't really need a CA certificate, such as when you control both the client and server side of a connection.Usability improvements
/
as a glob/**
meaning "all files under this directory".app.mac.notarization.timeout-seconds
key, and allow the build to proceed even if stapling fails. This is useful for expensive CI systems where you don't want to wait for the notarization process to complete, and are willing to tolerate a slow first-start experience for your users (or inability to launch if the first start is offline).export
keyword.Bugfixes
npm
installed whilst packaging an Electron project or if it's too old, and detects the case wherenode_modules
directories contain symlinked packages..DS_Store
files littering the place up, and audited the rest of the caching code to make sure it's robust against other Finder-related issues.Beta Was this translation helpful? Give feedback.
All reactions