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