From a1dfc86879e978638bcb91317712902241b37e9f Mon Sep 17 00:00:00 2001 From: hensm Date: Wed, 2 Sep 2020 18:52:28 +0100 Subject: [PATCH] Remove unused app build script imports --- app/bin/build.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/bin/build.js b/app/bin/build.js index 941646c..3a90cf3 100644 --- a/app/bin/build.js +++ b/app/bin/build.js @@ -5,9 +5,7 @@ const os = require("os"); const path = require("path"); const minimist = require("minimist"); -const glob = require("glob"); const mustache = require("mustache"); -const makensis = require("makensis"); const pkg = require("pkg"); const { spawnSync } = require("child_process");