summaryrefslogtreecommitdiff
path: root/misc/dist
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-03-26 12:44:17 +0100
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-04-27 11:50:11 +0200
commit5d095ed21de10696015413bffc3fa62bdd403af6 (patch)
tree7c7dfb04f6f52ca23ee3a2b5238e60ccfe7cbac2 /misc/dist
parentb3971e1998e7e65c9490343996f0c3abbb137911 (diff)
[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 `<link>` tag is added using the `$HEAD_INCLUDE` instead of being hardcoded in the template.
Diffstat (limited to 'misc/dist')
-rw-r--r--misc/dist/html/full-size.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/dist/html/full-size.html b/misc/dist/html/full-size.html
index abc0479739..7afb6fdb6b 100644
--- a/misc/dist/html/full-size.html
+++ b/misc/dist/html/full-size.html
@@ -3,7 +3,6 @@
<head>
<meta charset='utf-8' />
<meta name='viewport' content='width=device-width, user-scalable=no' />
- <link id='-gd-engine-icon' rel='icon' type='image/png' href='favicon.png' />
<title>$GODOT_PROJECT_NAME</title>
<style type='text/css'>