Skip to content

Commit

Permalink
[HTML5] Fix bogus Web Editor manifest.
Browse files Browse the repository at this point in the history
The `start_url` in the PWA manifest.json must be relative for it to
work in subfolders (like in the official Web Editor page).

(cherry picked from commit 85c1a41)
  • Loading branch information
Faless authored and akien-mga committed Mar 17, 2021
1 parent 5d8ae49 commit 3ed72c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/dist/html/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3ed72c3

Please sign in to comment.