Try to find out which Electron version is bundled in an application file.
Go to file
Nemo 82c525b31b Only use electron.asar 2021-07-16 02:33:09 +05:30
.editorconfig Initial commit 2021-07-15 20:56:36 +05:30
.gitignore Initial commit 2021-07-15 20:56:36 +05:30
LICENSE Initial commit 2021-07-15 20:56:36 +05:30
README.md Initial commit 2021-07-15 20:56:36 +05:30
finder.js Only use electron.asar 2021-07-16 02:33:09 +05:30
index.js Only use electron.asar 2021-07-16 02:33:09 +05:30
os.js Initial commit 2021-07-15 20:56:36 +05:30
package-lock.json remove elfy 2021-07-16 02:32:52 +05:30
package.json remove elfy 2021-07-16 02:32:52 +05:30
supported.json Initial commit 2021-07-15 20:56:36 +05:30
utils.js Initial commit 2021-07-15 20:56:36 +05:30
zip.js Get it working for some files 2021-07-15 21:36:12 +05:30

README.md

which-electron

Try to find out which Electron version is bundled in an application file.

how

The script attempts to extract the app.asar file and get the electron version from the manifest there.

supported files

Currently supports:

  1. Zip Files