Erick Zhao
Erick Zhao
You can at least swap out this loading gif in the installer via the https://js.electronforge.io/interfaces/_electron_forge_maker_squirrel.InternalOptions.SquirrelWindowsOptions.html#loadingGif option. I don't know if there's an additional API option to remove it at the...
I think alternative would potentially be to make the `loadingGif` a transparent 1x1 gif image. I'll move this upstream to the `electron-winstaller` repo since the appropriate API change would be...
This might be related to the `registerSignalListeners` setting in Listr2 (ref https://github.com/listr2/listr2/issues/709). The fix for that landed in the next major version.
Does this work for you for the base Forge template (via `npx create-electron-app@latest`)?
I'm not sure if this is actionable on our end because `core-js` isn't a dependency in Forge. ``` > npm why core-js npm error No dependencies found matching core-js npm...
Hi @ioV9x! Thanks for the report. From my initial read, I think this is a valid bug and we should take a look.
Is this use-case specifically when you want to overwrite an existing published version?
I can reproduce this issue with the default app binary from the latest Electron release (v21.1.3) on Windows 10.
@XdGoldenTigerOfficial you could capture the keydown event in your web contents and send an IPC message to the main process that performs the zoom in event.
Regarding this implementation, I think I have two comments: * I agree with @joeyballentine that `node_modules` should by default and find a more elegant solution forward. * I think that...