mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
[HTML5] Add logo and favicon to editor html.
This commit is contained in:
@@ -98,6 +98,12 @@ elif env["threads_enabled"]:
|
||||
in_files.append(build[2]) # Worker
|
||||
out_files.append(zip_dir.File(binary_name + ".worker.js"))
|
||||
|
||||
if env["tools"]:
|
||||
in_files.append("#misc/dist/html/logo.svg")
|
||||
out_files.append(zip_dir.File("logo.svg"))
|
||||
in_files.append("#icon.png")
|
||||
out_files.append(zip_dir.File("favicon.png"))
|
||||
|
||||
zip_files = env.InstallAs(out_files, in_files)
|
||||
env.Zip(
|
||||
"#bin/godot",
|
||||
|
||||
Reference in New Issue
Block a user