mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 13:23:58 +00:00
removed windows ARM build
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
@@ -85,15 +85,13 @@
|
|||||||
{
|
{
|
||||||
"target": "nsis",
|
"target": "nsis",
|
||||||
"arch": [
|
"arch": [
|
||||||
"x64",
|
"x64"
|
||||||
"arm64"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"target": "zip",
|
"target": "zip",
|
||||||
"arch": [
|
"arch": [
|
||||||
"x64",
|
"x64"
|
||||||
"arm64"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user