Code Issues Pull requests executor roblox robloxexecutor executor-roblox keyless-executor electron-executor electron-download roblox-executor-github roblox-scritps rolobx-injector rolobx-executor-download rolobx-executor-electron Updated Apr 13, 2024 Improve this page Add a description, image, and...
Electron is one of the most popular Roblox Mobile Executor at the moment like Delta and Hydrogen. Earlier it was available only for Windows on PC but now it is being prepared for mobile Android users also. - Muninelox/electron-rblx-exec
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 ...
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...
downloadUpdateOptions.updateInfoAndProvider.info.version)\n this._logger.info(`Download block maps (old: \"${blockmapFileUrls[0]}\", new: ${blockmapFileUrls[1]})`)\n\n const downloadBlockMap = async (url: URL): Promise<BlockMap> => {\n const data = await this.httpExecutor.download...
Depending on your executor, you might need to disable sandbox and shared memory usage: exportJEST_ELECTRON_STARTUP_ARGS='--disable-dev-shm-usage --no-sandbox'npm runtest Env debug mode Keep the electron browser window for debugging, set process envDEBUG_MODE=1. ...
//这段代码获取当前版本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...
Removing the abort trigger from httpExecutor (#1040) (741df23), closes #1039 sha2 checksum error is not catchable (c10531b), closes #1010 Features Build snap packages for Linux (a7aa979), closes #509 NSIS Updater API to Start Downloading (eff85c3), closes #972 10.10.0 (2016-12-21)...
UpdateCheckResult has property downloadPromise. We use special configured Bluebird — you can call downloadPromise.cancel() But — isCancelled is not checked by electronHttpExecutor.ts or nodeHttpExecutor.ts. To be fixed. delete file in temp directory even next release has been successfully installe...