From 03279b302db5dbda0dcb37060176f60dab4938ea Mon Sep 17 00:00:00 2001 From: Amine Mouafik Date: Mon, 27 Apr 2020 00:00:30 +0000 Subject: 5.5.0 with macOS properly notarized --- CHANGELOG.md | 1 + build-helpers/notarize.js | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c77abc10..3e573ea76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,7 @@ ### Build changes - Add retry commands to flaky build steps (#498) - Run utility scripts pre-commit instead of pre-push (#515) +- Sign Windows binaries (#635, #633, #112) # [5.5.0-gm.2](https://github.com/getferdi/ferdi/compare/v5.5.0-gm...v5.5.0-gm.2) (2020-04-23) ### Features diff --git a/build-helpers/notarize.js b/build-helpers/notarize.js index 26a627bea..fc463f749 100644 --- a/build-helpers/notarize.js +++ b/build-helpers/notarize.js @@ -2,8 +2,7 @@ const { notarize } = require("electron-notarize"); exports.default = async function notarizing(context) { const { electronPlatformName, appOutDir } = context; - const isTagBuild = process.env.TRAVIS_TAG; - if (electronPlatformName !== "darwin" || !isTagBuild) { + if (electronPlatformName !== "darwin" || process.env.TRAVIS_BRANCH !== 'release') { return; } -- cgit v1.2.3-70-g09d2