From ea58161133f4d1e6935523307494fa3f70117b6d Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Fri, 19 Aug 2022 22:07:55 +0200 Subject: [PATCH] Changed README --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 512b3dd..12eac86 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,3 @@ To actually submit these artifacts to the Windows repository as release files, u ``` python3 mk.py upload ``` -This would involve having a valid token, ofcourse, but also something more: [Git for Windows](https://git-scm.com/). From this package, we only need `sha256sum.exe` to calculate our checksums. Mozilla provides only `md5sum.exe` in their very old version of the mingw tools. Simply installing Git won't be enough to get `sha256sum.exe` in our path, the `C:\mozilla-build\start-shell.bat` file needs a little tweak at line 55, to read: -``` -SET "PATH=%PATH%;!GITDIR!;c:\Program Files\Git\usr\bin" -``` -This should put `sha256sum.exe` in your path.