Try to find out which Electron version is bundled in an application file.
Go to file
Nemo a57a42b092 Initial commit 2021-07-15 20:56:36 +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 Initial commit 2021-07-15 20:56:36 +05:30
index.js Initial commit 2021-07-15 20:56:36 +05:30
os.js Initial commit 2021-07-15 20:56:36 +05:30
package-lock.json Initial commit 2021-07-15 20:56:36 +05:30
package.json Initial commit 2021-07-15 20:56:36 +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

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