bump electron min version

This commit is contained in:
antelle 2017-06-05 16:33:29 +02:00
parent 9ba645cb81
commit 0d2f00657c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ module.exports = function(grunt) {
const webpack = require('webpack');
const pkg = require('./package.json');
const dt = new Date().toISOString().replace(/T.*/, '');
const minElectronVersionForUpdate = '1.0.1';
const minElectronVersionForUpdate = '1.7.0';
const zipCommentPlaceholderPart = 'zip_comment_placeholder_that_will_be_replaced_with_hash';
const zipCommentPlaceholder = zipCommentPlaceholderPart + '.'.repeat(512 - zipCommentPlaceholderPart.length);
const electronVersion = pkg.devDependencies['electron'].replace(/^\D/, '');