From 6d995537f42872acbd05f65fc55d3dbe923e8561 Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 16 Jul 2021 02:30:27 +0530 Subject: [PATCH] [docs] Mention supported releases --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4194e9f..a7edaee 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,16 @@ Written as the backend for [`which-electon`][we]. This is just the raw data files, see [which-electron][we] for a usable package. The `lookup.json` file is published as the `electron-fingerprints` package on NPM. +## supported releases + +All Stable electron releases for the following architectures are fingerprinted: + +- linux-x64 +- darwin-x64 (Mac OS) +- win32-x64 (Windows) + +A list of release fingerprints is under the `hashes` directory. + ## LICENSE Released under WTFPL.