mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Remove unused app build script imports
This commit is contained in:
@@ -5,9 +5,7 @@ const os = require("os");
|
|||||||
const path = require("path");
|
const path = require("path");
|
||||||
|
|
||||||
const minimist = require("minimist");
|
const minimist = require("minimist");
|
||||||
const glob = require("glob");
|
|
||||||
const mustache = require("mustache");
|
const mustache = require("mustache");
|
||||||
const makensis = require("makensis");
|
|
||||||
const pkg = require("pkg");
|
const pkg = require("pkg");
|
||||||
|
|
||||||
const { spawnSync } = require("child_process");
|
const { spawnSync } = require("child_process");
|
||||||
|
|||||||
Reference in New Issue
Block a user