forked from distok/cutthecord
bettertm: add patch, closes #4
This commit is contained in:
parent
46ac15a055
commit
e3b8c41b09
6 changed files with 3 additions and 1 deletions
2
patches/bettertm/bettertm.sh
Normal file
2
patches/bettertm/bettertm.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
\cp "$1/*.png" res/raw/
|
BIN
patches/bettertm/black/emoji_2122.png
Normal file
BIN
patches/bettertm/black/emoji_2122.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
patches/bettertm/black/emoji_ae.png
Normal file
BIN
patches/bettertm/black/emoji_ae.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
patches/bettertm/emoji_2122.png
Normal file
BIN
patches/bettertm/emoji_2122.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 868 B |
BIN
patches/bettertm/emoji_ae.png
Normal file
BIN
patches/bettertm/emoji_ae.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
|
@ -64,7 +64,7 @@ for patch in os.listdir(os.path.join(cutthecord_folder, "patches")):
|
|||
# Check if patch exists for from_version, if it doesn't, warn user
|
||||
if not os.path.isfile(patch_path):
|
||||
# Don't warn on instructional patches
|
||||
if patch not in ["customfont", "customring"]:
|
||||
if patch not in ["customfont", "customring", "bettertm"]:
|
||||
print(f"SKIPPED: No {from_versionname} version found for {patch}.")
|
||||
continue
|
||||
|
||||
|
|
Loading…
Reference in a new issue