Update update.js
This commit is contained in:
parent
fdcbdeb333
commit
3f7af134ea
|
|
@ -8,12 +8,5 @@ packagejson.build.publish = {
|
||||||
};
|
};
|
||||||
|
|
||||||
packagejson.build.win.artifactName = "OpenLens.Setup.${version}.${ext}";
|
packagejson.build.win.artifactName = "OpenLens.Setup.${version}.${ext}";
|
||||||
packagejson.build.mac.target = {
|
|
||||||
target: 'default',
|
|
||||||
arch: [
|
|
||||||
'x64',
|
|
||||||
'arm64'
|
|
||||||
]
|
|
||||||
};
|
|
||||||
|
|
||||||
fs.writeFileSync('package.json', JSON.stringify(packagejson));
|
fs.writeFileSync('package.json', JSON.stringify(packagejson));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue