From: Michael Orlitzky Date: Wed, 25 Oct 2023 22:14:15 +0000 (-0400) Subject: sfd2woff: rename to sfd2woff.ff X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=5b2de5a4649401bf46a23a4f2a3ed3e8d91647bd;p=charm-bypass.git sfd2woff: rename to sfd2woff.ff The ".ff" extension lets FontForge guess which scripting language (the legacy one) the script uses. Without it, FontForge with python support will guess wrong and throw errors. --- diff --git a/sfd2woff b/sfd2woff.ff similarity index 94% rename from sfd2woff rename to sfd2woff.ff index 2b2f497..a3585c6 100755 --- a/sfd2woff +++ b/sfd2woff.ff @@ -28,5 +28,5 @@ # >>> 0x4 + 0x8 + 0x8000 + 0x40000 + 0x80000 # 819212 # -Open($1) -Generate($1:r + ".woff2","",819212) +Open($1); +Generate($1:r + ".woff2","",819212);