Try to find out which Electron version is bundled in an application file.
Go to file
Nemo ca9c6ecf25 Adds tests for finder 2021-07-16 12:14:38 +05:30
tests Adds tests for finder 2021-07-16 12:14:38 +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
fingerprint.js Add fingerprint lookups and some tests 2021-07-16 11:54:17 +05:30
index.js Only use electron.asar 2021-07-16 02:33:09 +05:30
os.js Add tests for os detection from filename 2021-07-16 12:01:47 +05:30
package-lock.json Add fingerprint lookups and some tests 2021-07-16 11:54:17 +05:30
package.json Add fingerprint lookups and some tests 2021-07-16 11:54:17 +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