From e1f033572b0122168a0a91923e3fb8bd2d0a65c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Mon, 20 Dec 2021 00:33:46 +0100 Subject: [PATCH] fix png in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 912f193..92d2be7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ package: target/release/upend ui/public/build/bundle.js linuxdeploy-x86_64.AppImage --appdir dist cp target/release/upend dist/usr/bin/upend cp -r ui/public dist/usr/bin/webui - cp upend.png dist/usr/share/icons/upend.png + 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