From 49f031ce708092563335ea4293f3d2687bfce7b0 Mon Sep 17 00:00:00 2001 From: kepler155c Date: Thu, 27 Dec 2018 03:19:30 -0500 Subject: [PATCH] Updated Schematic Builder (markdown) --- Schematic-Builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Schematic-Builder.md b/Schematic-Builder.md index 92a4132..7ffcbbc 100644 --- a/Schematic-Builder.md +++ b/Schematic-Builder.md @@ -59,7 +59,7 @@ base64 -w0 NAME.schematic > NAME.schematic.base64 windows (I haven't tried this - but google said this will work): ``` -certutil -encode NAME.schematic NAME.schematic.base64 +certutil -encode NAME.schematic tmp.b64 && findstr /v /c:- tmp.b64 > NAME.schematic.base64 ``` Upload the base64 file to pastebin.