Updated Schematic Builder (markdown)
@@ -59,7 +59,7 @@ base64 -w0 NAME.schematic > NAME.schematic.base64
|
|||||||
|
|
||||||
windows (I haven't tried this - but google said this will work):
|
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.
|
Upload the base64 file to pastebin.
|
||||||
|
|||||||
Reference in New Issue
Block a user