first js commit

This commit is contained in:
UnixKeys 2020-09-06 15:23:16 +02:00 committed by GitHub
parent a1746d1a59
commit ce7c7e3817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ const Platforms = {
mac: { mac: {
name: "mac", name: "mac",
run: () => { run: () => {
return awaitExec("npm", ["run", "build:electron_darwin"]) return awaitExec("npm", ["run", "build:electron_mac"])
} }
}, },
mac_experimental: { mac_experimental: {
@ -116,4 +116,4 @@ function awaitExec(command, args = []){
resolve() resolve()
}) })
}) })
} }