Skip to content

History

Revisions

  • fix: Application entry can't be found Closes #371

    @develar develar committed Jun 3, 2016
    548825e
  • docs: add link to #379 and #326

    @develar develar committed Jun 2, 2016
    cc1cd0b
  • fix: warn "It is not possible to build OS X app on Windows" Closes #422

    @develar develar committed Jun 2, 2016
    b4bead7
  • fix: entitlements file names according to new electron-osx-sign conventions BREAKING CHANGES: See new entitlements paths in the wiki

    @develar develar committed Jun 2, 2016
    451a877
  • fix: move npmRebuild to build

    @develar develar committed Jun 1, 2016
    9cd95f0
  • feat: user-friendly MAS code signing * `identity` is removed from the `build.mas`. * Env `CSC_INSTALLER_NAME` is removed. * You don't need to specify `CSC_NAME` env or `build.osx.identity`. Valid identity from your keychain will be automatically used. * `CSC_NAME` env or `build.osx.identity` is still not removed because it is required if you have several identities. But now instead of `Developer ID Installer: Your Name (XXXXXXXXXX)`, you should specify only `Your Name` — appropriate certificate will be chosen automatically.

    @develar develar committed May 30, 2016
    cbcaddc
  • feat: extraFiles BREAKING CHANGE: `extraResources` copying files to `resources` on Linux/Windows, not to root directory as before. To copy to the root please use new option `extraFiles`.

    @develar develar committed May 29, 2016
    842f187
  • feat: `--dist` by default and remove this flag in favour of `--target=dir #413 BREAKING CHANGE: `appDir` CLI is removed — use [directories.app](https://github.com/electron-userland/electron-builder/wiki/Options#MetadataDirectories-app) in the development package.json. `sign` CLI is removed — use [build.osx.identity](https://github.com/electron-userland/electron-builder/wiki/Options#OsXBuildOptions-identity) in the development package.json.

    @develar develar committed May 28, 2016
    540fcb4
  • feat(windows): specification of signing algorithms (#435) Under the hood a lot of changes: * electron-packages fork use promises, option added to avoid move on electron-builder side (generated app out dir customized) * windows bootstrap loadingGif delay removed * windows bootstrap zip uses default compression level to speedup decompression (package is still compressed using -9) * app out dir changed — **osx** for OS X instead of appName-darwin-arch, **linux** for Linux instead of appName-linux-arch * **Windows Code Signing on Linux** @heinzbeinz added `signingHashAlgorithms` and code signing on windows 2008 r2, thanks for #434. Closes #374, #416

    @develar develar committed May 25, 2016
    3c87da0
  • fix: import bundled certs into login.keychain Closes #398

    @develar develar committed May 23, 2016
    3727676
  • feat(linux): sh, rpm, freebsd, pacman, p5p, apk, 7z, zip, tar.xz, tar.gz, tar.bz2, tar.lz Closes #414

    @develar develar committed May 23, 2016
    2f0dc84
  • feat: The function to be run after pack (but before pack into distributable format and sign) Closes #397

    @develar develar committed May 18, 2016
    e3d0697
  • fix: Trouble building delta package for Squirrel.Windows on OSX Closes #407

    @develar develar committed May 18, 2016
    2a59584
  • feat(osx): Optional DMG background

    @develar develar committed May 17, 2016
    7cb13f2
  • Use libnotify-bin as depends, not libnotify (#410) Debian and Ubuntu have a libnotify-bin package that install the libnotify binary.

    @nono nono committed May 16, 2016
    a9fccf8
  • feat(linux): Install libappindicator1 and libnotify as a dependency of the linux package

    @develar develar committed May 15, 2016
    4ebaf1d
  • docs: base64-encoded data as p12 source

    @develar develar committed May 14, 2016
    3abb148
  • fix: incorrect nupkg file if created on windows Closes #402, #351

    @develar develar committed May 14, 2016
    cfa6a4a
  • feat: revert "Releases file for Windows not uploaded to Github #190"

    @develar develar committed May 13, 2016
    8650c41
  • feat: Squirrel.Windows doesn't escape " in the description Closes #378

    @develar develar committed May 12, 2016
    ca6bcdb
  • feat: dual code-sign windows app + timestamped

    @develar develar committed May 11, 2016
    a8d217f
  • feat: base64-encoded P12 file instead of https link

    @develar develar committed May 9, 2016
    a24b41f
  • feat: use self-contained fpm on Linux — don't need to install ruby anymore

    @develar develar committed May 9, 2016
    ce259aa
  • feat: use self-containe fpm on OS X — don't need to install ruby anymore

    @develar develar committed May 4, 2016
    4426346
  • docs: document remoteReleases/remoteToken winstaller optinos and remove link to all tool options

    @develar develar committed May 3, 2016
    df79687
  • feat: iconUrl git-lfs support, os x identity/installerIdentity options Add Programmatic Usage example Closes #332

    @develar develar committed May 2, 2016
    9122532
  • feat: build mas + other targets, osx 7z

    @develar develar committed Apr 29, 2016
    f0e1cd1
  • refactor: rename macPackager to osxPackager

    @develar develar committed Apr 28, 2016
    7c11c7e
  • docs: expand documentation of `onTagOrDraft` workflow

    Alex Van Camp committed Apr 25, 2016
    460a5b4
  • docs: note that resolution of background.png sets size of DMG window

    Alex Van Camp committed Apr 25, 2016
    4bf8ccc