Browse Source

Merge pull request #47101 from Faless/js/4.x_fix_editor_manifest

[HTML5] Fix bogus Web Editor manifest.
Rémi Verschelde 4 years ago
parent
commit
2db80131f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misc/dist/html/manifest.json

+ 1 - 1
misc/dist/html/manifest.json

@@ -3,7 +3,7 @@
   "short_name": "Godot",
   "short_name": "Godot",
   "description": "Multi-platform 2D and 3D game engine with a feature-rich editor",
   "description": "Multi-platform 2D and 3D game engine with a feature-rich editor",
   "lang": "en",
   "lang": "en",
-  "start_url": "/godot.tools.html",
+  "start_url": "./godot.tools.html",
   "display": "standalone",
   "display": "standalone",
   "orientation": "landscape",
   "orientation": "landscape",
   "theme_color": "#478cbf",
   "theme_color": "#478cbf",