Remove a script file I used for the calculator needle thing

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-08-08 17:43:39 -07:00
parent 87ad2fb63e
commit 3cb6b5899a
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
#!/bin/python
import glob
import shutil
for fn in glob.glob("calc_button*.json"):
basename = fn.split(".")[0]
newjson = f"{basename}-flatpak-20220808.json"
newpng = f"{basename}-flatpak-20220808.png"
shutil.copy2(fn, newjson)
shutil.copy2("/tmp/old.png", newpng)