httpExecutor.download(fileInfo.url, updateFile, downloadOptions) }, }) } protected doInstall(options: InstallOptions): boolean { const sudo = this.wrapSudo() // pkexec doesn't want the command to be wrapped in " quotes const wrapper = /pkexec/i.test(sudo) ? "" : `"` const cmd...
close file stream when error in httpExecutor (#7094) (1023a93) improve downloadUpdate typing to match the doc (#7099) (cd21b09) Invalid code signing for MAS build due to ordering of certificate check (#7040) (#7089) (a1d86fd) replace update-notifier with simple-update notifier due to ...
//这段代码获取当前版本if(app==null){this.app=new(_ElectronAppAdapter().ElectronAppAdapter)();this.httpExecutor=new(_electronHttpExecutor().ElectronHttpExecutor)((authInfo,callback)=>this.emit("login",authInfo,callback));}else{this.app=app;this.httpExecutor=null;}...ElectronAppAdapter.d.ts...
fix(builder-util): enable proxy handling in NodeHttpExecutor (electro… 11 months ago .circleci chore(docker): update node.js to b1c0b13 (electron-userland#6218) 13 months ago .github chore(deps): update amannn/action-semantic-pull-request action to v3.… 11 months ago .husky ...
1 2 3 4 5 6 7 8 9 10 11 12 13 version: '2.1' orbs: node: electronjs/node@x.y.z workflows: check_node_version: jobs: - node/install: executor: node/macos install-yarn: false name: check-version node-version: 18.16.1 post-steps: - run: node -v install_rosetta_command Exampl...
(/tmp/.mount_simplejtlBEG/app/resources/app.asar/node_modules/builder-util-runtime/src/httpExecutor.ts:29:10) at IncomingMessage.response.on (/tmp/.mount_simplejtlBEG/app/resources/app.asar/node_modules/builder-util-runtime/src/httpExecutor.ts:146:18) at emitNone (events.js:86:13) at ...