bettertm: add patch, closes #4

This commit is contained in:
ave 2019-02-06 02:08:25 +03:00
parent 46ac15a055
commit e3b8c41b09
No known key found for this signature in database
GPG Key ID: 09356ABAA42C842B
6 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
#!/bin/bash
\cp "$1/*.png" res/raw/

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -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