Update update.js

This commit is contained in:
Muhammed Kalkan 2022-08-01 01:08:04 +03:00 committed by GitHub
parent fdcbdeb333
commit 3f7af134ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -8,12 +8,5 @@ packagejson.build.publish = {
};
packagejson.build.win.artifactName = "OpenLens.Setup.${version}.${ext}";
packagejson.build.mac.target = {
target: 'default',
arch: [
'x64',
'arm64'
]
};
fs.writeFileSync('package.json', JSON.stringify(packagejson));