From 26864be8edb603d4e423db4b4871f3576c7fc07d Mon Sep 17 00:00:00 2001 From: kenna <67969051+the-real-kenna@users.noreply.github.com> Date: Mon, 7 Nov 2022 12:22:12 -0800 Subject: [PATCH] Update FAQ.md --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index 2bf682f8f9..9fb00a944f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -44,3 +44,7 @@ Etcher requires an available [polkit authentication agent](https://wiki.archlinu ## May I run Etcher in older macOS versions? Etcher GUI is based on the [Electron](http://electron.atom.io/) framework, [which only supports macOS 10.10 and newer versions](https://github.com/electron/electron/blob/master/docs/tutorial/support.md#supported-platforms). + +## Why does the SHA512 sum of my Etcher release not match its YAML file? + +The binary encodings will indeed match (assuming the file is uncorrupted). However, the command line output is hexadecimal encoded and the generated YAML file is base64 encoded.