From 836b8b94066feaa9ce630e927b67eb9e8f04d289 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Wed, 5 May 2021 00:20:45 +0300 Subject: [PATCH] Emscripten: Fixed relative paths --- os/emscripten/openttd.webapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/emscripten/openttd.webapp b/os/emscripten/openttd.webapp index 7a5318912b..71b2829df0 100644 --- a/os/emscripten/openttd.webapp +++ b/os/emscripten/openttd.webapp @@ -11,6 +11,6 @@ "type": "image/png" } ], - "start_url": "/openttd.html", + "start_url": "openttd.html", "background_color": "green" }