Formatting

This commit is contained in:
Firepup Sixfifty 2025-02-01 18:07:33 -06:00
parent 7c6b3f5e89
commit e68179c206
Signed by: Firepup650
SSH key fingerprint: SHA256:cb8sEJwc0kQJ6/nMUhscWRe35itf0NFMdSKl3v4qt48

View file

@ -97,6 +97,10 @@ sub.run(
stderr=sub.DEVNULL, stderr=sub.DEVNULL,
) )
print("[INFO] Setting file modes on the CRX to 644...")
sub.run(["chmod", "644", "github-material-icons-chrome-extension.crx"])
print("[INFO] Writing new XML file...") print("[INFO] Writing new XML file...")
with open("github-material-icons-chrome-extension.xml", "w") as f: with open("github-material-icons-chrome-extension.xml", "w") as f: