From ce7c7e3817e06600711d8e02877104d30da73954 Mon Sep 17 00:00:00 2001 From: UnixKeys <64284419+unixkeys@users.noreply.github.com> Date: Sun, 6 Sep 2020 15:23:16 +0200 Subject: [PATCH] first js commit --- build_electron.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_electron.js b/build_electron.js index b1d0ed0..6972196 100644 --- a/build_electron.js +++ b/build_electron.js @@ -19,7 +19,7 @@ const Platforms = { mac: { name: "mac", run: () => { - return awaitExec("npm", ["run", "build:electron_darwin"]) + return awaitExec("npm", ["run", "build:electron_mac"]) } }, mac_experimental: { @@ -116,4 +116,4 @@ function awaitExec(command, args = []){ resolve() }) }) -} \ No newline at end of file +}