Emscripten: Fixed relative paths

This commit is contained in:
Sergii Pylypenko
2021-05-05 00:20:45 +03:00
parent 7d90871a36
commit 836b8b9406

View File

@@ -11,6 +11,6 @@
"type": "image/png"
}
],
"start_url": "/openttd.html",
"start_url": "openttd.html",
"background_color": "green"
}