From 6b6bbc2f75bfa2bff31722a164e9ff531e717b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 22 Oct 2022 12:49:58 +0200 Subject: [PATCH] fix, ci: packaging step left out webui --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7a7149..fc7040d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ package: backend frontend rm -fr dist linuxdeploy-x86_64.AppImage --appdir dist cp target/release/upend dist/usr/bin/upend - cp -r webui/public dist/usr/bin/webui + cp -r webui/dist dist/usr/bin/webui cp media/upend.png dist/usr/share/icons/upend.png VERSION="$$(grep '^version' Cargo.toml|grep -Eo '[0-9]+\.[0-9]+\.[0-9]+')" \ linuxdeploy-x86_64.AppImage --appdir dist -d upend.desktop --output appimage