add global search
This commit is contained in:
2
build.py
2
build.py
@@ -34,7 +34,7 @@ shutil.copytree("assets","dist", dirs_exist_ok=True)
|
||||
def replace_handles(string):
|
||||
string = string.replace("%%PREFETCH%%", PREFETCH)
|
||||
string = string.replace("%%VERSIONCO%%", VERSIONCO)
|
||||
string = string.replace("%%TITLE%%", sys.argv[1])
|
||||
string = string.replace("%%TITLE%%", "TeleSec")
|
||||
string = string.replace("%%ASSETSJSON%%", json.dumps(ASSETS, ensure_ascii=False))
|
||||
return string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user