From a7f2b723d652e200334bc12b4589f92239e727f6 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Fri, 26 Mar 2021 12:44:17 +0100 Subject: [PATCH] [HTML5] Optional icon generation, use export name for it. We used to only generate the favicon if it was specified in the user project settings, now it's optional, will export it to `NAME.icon.png`, (falling back to the default project icon if none is set in project settings), and the `` tag is added using the `$HEAD_INCLUDE` instead of being hardcoded in the template. --- misc/dist/html/full-size.html | 1 - platform/javascript/export/export.cpp | 37 +++++++++++++++++---------- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/misc/dist/html/full-size.html b/misc/dist/html/full-size.html index abc0479739d..7afb6fdb6be 100644 --- a/misc/dist/html/full-size.html +++ b/misc/dist/html/full-size.html @@ -3,7 +3,6 @@ - $GODOT_PROJECT_NAME