A electron multi-file parallel download library, based on electron-dl changes in electron typescript electron-download Updated Dec 22, 2023 TypeScript fallen-universe / Electron-executor Star 0 Code Issues Pull requests executor roblox roblox-scripts roblox-script roblox-executor robloxexecutor ro...
I understand the security risks in hardcoding a token into the code, but is it possible to allow an app using electron-updater to download updates from a private GitHub repo using this method somehow? If not, would this be possible using S3 in a similarly private/closed source situation?
private async verifySignature(tempUpdateFile: string): Promise<string | null> {let publisherName: Array<string> | string | nulltry {publisherName = (await this.configOnDisk.value).publisherNameif (publisherName == null) {return null}} catch (e: any) {if (e.code === "ENOENT") {// n...
electron-updater/out/electronHttpExecutor.js.map Version: 5.5 kBSource Map (JSON)View Raw 1 {"version":3,"file":"electronHttpExecutor.js","sourceRoot":"","sources":["../src/electronHttpExecutor.ts"],"names":[],"mappings":";;;AAAA,+DAAkH;AAOrG,QAAA,gBAAgB,GAAG,kBAAkB,CAAA;AAE...
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 ...
"no-async-promise-executor": "off", "no-useless-escape": "off", "no-prototype-builtins": "off", "no-undef": "off" } } vscode编辑器设置保存时格式自动校验 "editor.codeActionsOnSave": { "source.fixAll.eslint": true, "source.fixAll": true ...
single_thread_task_executor.h"#include"base/task/thread_pool/thread_pool_instance.h"#include"base/threading/thread_task_runner_handle.h"#include"net/base/cache_type.h"#include"net/base/net_errors.h"#include"net/disk_cache/disk_cache.h"#include"net/disk_cache/simple/simple_backend_impl.h"...
UNPKG electron-updater/out/MacUpdater.js.map Version: 17 kBSource Map (JSON)View Raw 1{"version":3,"file":"MacUpdater.js","sourceRoot":"","sources":["../src/MacUpdater.ts"],"names":[],"mappings":";;;AAAA,+DAAqF;AACrF,uCAA+B;AAC/B,2BAAqC;AACrC,+BAA4E;AAE5E,6CAAgE;AAE...
//这段代码获取当前版本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...
1 2 3 4 5 6 7 8 9 10 version: '2.1' orbs: node: electronjs/node@x.y.z workflows: test: jobs: - node/test: executor: node/macos name: test node-version: 18.16.1 Jobs install Install specified Node.js version, running on the specified executor. Show job Source PARAMETER DESCRIP...