Formatting
This commit is contained in:
parent
7c6b3f5e89
commit
e68179c206
1 changed files with 4 additions and 0 deletions
4
main.py
4
main.py
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue