浏览代码

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

[HTML5] Fix bogus Web Editor manifest.
Rémi Verschelde 4 年之前
父节点
当前提交
2db80131f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      misc/dist/html/manifest.json

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

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