Remove unused app build script imports

This commit is contained in:
hensm
2020-09-02 18:52:28 +01:00
parent 94b8ae58dd
commit a1dfc86879

View File

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