From 09fd37820b8e79ecb3c8c6c154853f8acd80eba5 Mon Sep 17 00:00:00 2001 From: antelle Date: Mon, 1 Jun 2020 16:46:21 +0200 Subject: [PATCH] bumped min electron version --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3ca497e1..076ace12 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -24,7 +24,7 @@ module.exports = function(grunt) { const dt = date.toISOString().replace(/T.*/, ''); const year = date.getFullYear(); - const minElectronVersionForUpdate = '8.0.0'; + const minElectronVersionForUpdate = '9.0.0'; const zipCommentPlaceholderPart = 'zip_comment_placeholder_that_will_be_replaced_with_hash'; const zipCommentPlaceholder = zipCommentPlaceholderPart + '.'.repeat(512 - zipCommentPlaceholderPart.length);