bumped min electron version

pull/1541/head
antelle 3 years ago
parent 360194c627
commit 09fd37820b
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

@ -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);

Loading…
Cancel
Save