Fix arm64 build

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

View File

@ -8,5 +8,12 @@ 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));