more build fixes

上级 0e745ea6
......@@ -6,10 +6,12 @@ const signHook = require('../build/mac/afterSignHook')
const isTag = (process.env.GITHUB_REF || '').startsWith('refs/tags/')
process.env.ARCH = process.env.ARCH || process.arch
builder({
dir: true,
mac: ['pkg', 'zip'],
arm64: (process.env.ARCH ?? process.arch) === 'arm64',
arm64: process.env.ARCH === 'arm64',
config: {
extraMetadata: {
version: vars.version,
......
......@@ -26,13 +26,15 @@
"ansi-colors": "^4.1.1",
"cli-spinner": "^0.2.10",
"run-script-os": "^1.1.3",
"socksv5": "^0.0.6",
"ssh2": "^0.8.9",
"ssh2-streams": "Eugeny/ssh2-streams#75f6d3425d071ac73a18fd46e2f5e738bfe897c5",
"sshpk": "^1.16.1",
"strip-ansi": "^6.0.0",
"temp": "^0.9.1"
},
"dependencies": {
"socksv5": "^0.0.6"
},
"peerDependencies": {
"@angular/animations": "^9.1.9",
"@angular/common": "^9.1.11",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册