forked from distok/cutthecord
Do not add the new version to the patch README if it's the same as the old one
This commit is contained in:
parent
dedd8883e6
commit
012602f8d3
1 changed files with 9 additions and 8 deletions
|
@ -196,6 +196,7 @@ for patch in os.listdir(os.path.join(cutthecord_folder, "patches")):
|
||||||
if patch in ["necessary"]:
|
if patch in ["necessary"]:
|
||||||
apply_patch(patch_contents)
|
apply_patch(patch_contents)
|
||||||
|
|
||||||
|
if from_versionname != to_versionname:
|
||||||
# Add supported version to readme of that patch, hacky
|
# Add supported version to readme of that patch, hacky
|
||||||
# https://stackoverflow.com/a/35130508/3286892
|
# https://stackoverflow.com/a/35130508/3286892
|
||||||
with open(readme_path, 'r') as f:
|
with open(readme_path, 'r') as f:
|
||||||
|
|
Loading…
Reference in a new issue