You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/08/25 08:23:17 UTC

[cordova-electron] branch master updated: feat: update supported platform options (#200)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git


The following commit(s) were added to refs/heads/master by this push:
     new bdf69e0  feat: update supported platform options (#200)
bdf69e0 is described below

commit bdf69e001c283259f46a3f09b835105ee0a1cd23
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Aug 25 17:22:53 2021 +0900

    feat: update supported platform options (#200)
    
    * feat: add macOS hardenedRuntime & gatekeeperAssess top-level options
    * feat: add releaseInfo option to all platform
---
 lib/build.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/build.js b/lib/build.js
index 9195285..ea44261 100644
--- a/lib/build.js
+++ b/lib/build.js
@@ -177,7 +177,8 @@ class ElectronBuilder {
                 'forceCodeSigning',
                 'generateUpdatesFilesForAllChannels',
                 'icon',
-                'publish'
+                'publish',
+                'releaseInfo'
             ],
             linux: [
                 'category',
@@ -198,6 +199,8 @@ class ElectronBuilder {
                 'electronLanguages',
                 'extendInfo',
                 'extraDistFiles',
+                'gatekeeperAssess',
+                'hardenedRuntime',
                 'helperBundleId',
                 'minimumSystemVersion'
             ],

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org