first js commit
This commit is contained in:
parent
a1746d1a59
commit
ce7c7e3817
|
@ -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()
|
||||
})
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue