Setup local version caching

This commit is contained in:
Firepup Sixfifty 2025-01-21 16:29:51 -06:00
parent 96148b809f
commit 11135ea128
Signed by: Firepup650
SSH key fingerprint: SHA256:cb8sEJwc0kQJ6/nMUhscWRe35itf0NFMdSKl3v4qt48
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
github-material-icons-chrome-extensio*
localVersionCache.py

View file

@ -110,6 +110,9 @@ with open("github-material-icons-chrome-extension.xml", "w") as f:
]
)
with open("localVersionCache.py", "w") as f:
f.write(f'oldVer = "{version}"')
endTime = dt.now(tz.utc)
print(
f"""[INFO] Script finished at {endTime.strftime('%Y-%m-%d %H:%M:%S.%f')}