removed windows ARM build

This commit is contained in:
SPRINX0\prochazka
2025-07-29 10:50:09 +02:00
parent 72a874c7f4
commit cc9744156c
3 changed files with 6 additions and 10 deletions

View File

@@ -41,9 +41,9 @@ function adjustFile(file, isApp = false) {
delete json.optionalDependencies.msnodesqlv8;
}
if (process.argv.includes('--community')) {
delete json.optionalDependencies['mongodb-client-encryption'];
}
// if (process.argv.includes('--community')) {
// delete json.optionalDependencies['mongodb-client-encryption'];
// }
if (isApp && process.argv.includes('--premium')) {
json.build.win.target = [

View File

@@ -85,15 +85,13 @@
{
"target": "nsis",
"arch": [
"x64",
"arm64"
"x64"
]
},
{
"target": "zip",
"arch": [
"x64",
"arm64"
"x64"
]
}
],

View File

@@ -43,9 +43,7 @@
"lodash": "^4.17.21",
"mongodb": "^6.3.0",
"@mongosh/browser-runtime-electron": "^3.16.4",
"@mongosh/service-provider-node-driver": "^3.10.2"
},
"optionalDependencies": {
"@mongosh/service-provider-node-driver": "^3.10.2",
"mongodb-client-encryption": "^6.1.1"
}
}