fix png in makefile

feat/vaults v0.0.15
Tomáš Mládek 2021-12-20 00:33:46 +01:00
parent 6e91ce923d
commit e1f033572b
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 1 additions and 1 deletions

View File

@ -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