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; delete json.optionalDependencies.msnodesqlv8;
} }
if (process.argv.includes('--community')) { // if (process.argv.includes('--community')) {
delete json.optionalDependencies['mongodb-client-encryption']; // delete json.optionalDependencies['mongodb-client-encryption'];
} // }
if (isApp && process.argv.includes('--premium')) { if (isApp && process.argv.includes('--premium')) {
json.build.win.target = [ json.build.win.target = [

View File

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

View File

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