diff --git a/patches/customversion/addpatch.py b/patches/customversion/addpatch.py index 1d391ff2c7..66d26887ce 100644 --- a/patches/customversion/addpatch.py +++ b/patches/customversion/addpatch.py @@ -25,9 +25,16 @@ except: hostname = socket.gethostname().split(".")[0] -customtext += ", built on {}@{} at {}".format(uname, - hostname, - timestamp) +disclaimers = "" + +if "mutant" in sys.argv: + disclaimers += " | This build uses Mutant Standard"\ + " emoji (https://mutant.tech)." + +customtext += ", built on {}@{} at {}{}".format(uname, + hostname, + timestamp, + disclaimers) # Replace the target string filedata = filedata.replace('with Cutthecord patches"',