disabled auto-updating, which will throw an error

This commit is contained in:
antelle 2019-01-06 20:33:13 +01:00
parent 039e6ae8e9
commit 19545e5cca
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module.exports = function(grunt) {
const dt = date.toISOString().replace(/T.*/, '');
const year = date.getFullYear();
const minElectronVersionForUpdate = '4.0.0';
const minElectronVersionForUpdate = '4.0.1';
const zipCommentPlaceholderPart = 'zip_comment_placeholder_that_will_be_replaced_with_hash';
const zipCommentPlaceholder = zipCommentPlaceholderPart + '.'.repeat(512 - zipCommentPlaceholderPart.length);
const electronVersion = pkg.dependencies.electron.replace(/^\D/, '');