From: Lady Date: Sun, 19 May 2024 21:55:58 +0000 (-0400) Subject: Fix base64 decoding X-Git-Tag: 0.8.3~1 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/c641dd5addbe3d0826c19b730d88345be15a5b3b?ds=inline;hp=c641dd5addbe3d0826c19b730d88345be15a5b3b Fix base64 decoding The `tr -d` in this pipeline also removed the trailing newline, so it’s necessary to re·add it prior to the closing equals. ---