Releases: electron-userland/electron-builder
Releases · electron-userland/electron-builder
v4.2.5
v4.2.4
v4.2.3
v4.2.2
v4.2.1
v4.2.0
<a name"4.2.0">
4.2.0 (2016-06-02)
Bug Fixes
- entitlements file names according to new electron-osx-sign conventions (ecdff3c4)
- update electron-osx-sign to 0.4 beta (bf93b24d)
- move npmRebuild to build (11105962)
- log github publisher user and project #425 (c2c3ef62)
- Don´t throw error if Release is not a Draft and build triggered by Tag (0f060c1f, closes #429)
- windows codesign on Linux (7166580d)
Features
Breaking Changes
v4.1.0
<a name"4.1.0">
4.1.0 (2016-05-30)
Features
- user-friendly MAS code signing (fe533882)
Breaking Changes
identity
is removed from thebuild.mas
.- Env
CSC_INSTALLER_NAME
is removed. - You don't need to specify
CSC_NAME
env orbuild.osx.identity
. Valid identity from your keychain will be automatically used. CSC_NAME
env orbuild.osx.identity
is still not removed because it is required if you have several identities. But now instead ofDeveloper ID Installer: Your Name (XXXXXXXXXX)
, you should specify onlyYour Name
— appropriate certificate will be chosen automatically.
v4.0.0
<a name"4.0.0">
4.0.0 (2016-05-29)
Features
Breaking Changes
-
--dist
by default and remove this flag in favour of `--target=dir #413 (a5e45716) -
extraResources
copying files toresources
on Linux/Windows, not to root directory as before. To copy to the root please use new optionextraFiles
.(ca120e3f)
-
appDir
CLI is removed — use directories.app in the development package.json. -
sign
CLI is removed — use build.osx.identity in the development package.json.(a5e45716)
v3.27.0
<a name"3.27.0">
3.27.0 (2016-05-26)
Features
- support finding electron version in build.electronVersion or electron-prebuilt-c (4c1f06d0)
- windows: specification of signing algorithms (#435) (73e7c14f, closes #374, #416)
- windows: bootstrap loadingGif delay removed
- dist layout changed — osx for OS X instead of
appName-darwin-arch
, linux-arch for Linux instead ofappName-linux-arch
(arch is missed if equals to x64) - Windows Code Signing on Linux.
Docker support
You can use our Docker images to avoid configuration on CI server or pollute your development machine. Currently, docs for advanced users only.