Browse Source

Merge branch 'main' of ssh://github.com/OliveTin/OliveTin

jamesread 2 years ago
parent
commit
ce83521429
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -70,7 +70,7 @@ webui-codestyle:
 webui-dist:
 webui-dist:
 	rm -rf webui webui.dev/dist
 	rm -rf webui webui.dev/dist
 	cd webui.dev && npm install
 	cd webui.dev && npm install
-	cd webui.dev && parcel build && mv dist ../webui
+	cd webui.dev && parcel build --public-url "." && mv dist ../webui
 
 
 clean:
 clean:
 	rm -rf dist OliveTin OliveTin.armhf OliveTin.exe reports gen
 	rm -rf dist OliveTin OliveTin.armhf OliveTin.exe reports gen