fixes
This commit is contained in:
parent
43a8d1b1ae
commit
f80a3fea31
2 changed files with 5 additions and 5 deletions
|
|
@ -66,11 +66,11 @@ const allTargets: {
|
|||
avx2: false,
|
||||
},
|
||||
{
|
||||
os: "win32",
|
||||
os: "windows",
|
||||
arch: "x64",
|
||||
},
|
||||
{
|
||||
os: "win32",
|
||||
os: "windows",
|
||||
arch: "x64",
|
||||
avx2: false,
|
||||
},
|
||||
|
|
@ -127,7 +127,7 @@ for (const item of targets) {
|
|||
{
|
||||
name,
|
||||
version: Script.version,
|
||||
os: [item.os],
|
||||
os: [item.os === "windows" ? "win32" : item.os],
|
||||
cpu: [item.arch],
|
||||
},
|
||||
null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue