From 5fea1cc579ea482065dc5ed54959d01b6625714c Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Sun, 6 Mar 2016 14:21:22 +1100 Subject: [PATCH] Move require to debian only zone --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index dab1b027..7d0bba74 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -4,7 +4,6 @@ const _ = require('lodash'); const gulp = require('gulp'); const babel = require('gulp-babel'); const clean = require('gulp-clean'); -const debian = require('electron-installer-debian'); const less = require('gulp-less'); const cssmin = require('gulp-cssmin'); const concat = require('gulp-concat'); @@ -212,6 +211,8 @@ gulp.task('deb:linux', ['package:linux'], (done) => { } }; + const debian = require('electron-installer-debian'); + const defaults = { bin: packageJSON.productName, dest: 'dist/installers',