From 97453260eb137a166ea999245fb257b516a0fbd3 Mon Sep 17 00:00:00 2001 From: James Read Date: Wed, 28 Feb 2024 17:40:43 +0000 Subject: [PATCH] bugfix: #230 Set public-url in parcel to . (#231) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3cc3d69..50e6dbf 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ webui-codestyle: webui-dist: rm -rf webui webui.dev/dist cd webui.dev && npm install - cd webui.dev && parcel build && mv dist ../webui + cd webui.dev && parcel build --public-url "." && mv dist ../webui clean: rm -rf dist OliveTin OliveTin.armhf OliveTin.exe reports gen