Commit 887a2539 authored by Иван Мажукин's avatar Иван Мажукин Committed by Vitaly Lipatov

epm pack sidequest: fix icons install

parent 74100f8a
......@@ -20,8 +20,8 @@ mkdir -p usr/share/applications/
mv $BASENAME/ opt/sidequest
for res in 16x16 24x24 32x32 48x48 64x64 128x128 256x256 512x512 1024x1024; do
install -dm644 "usr/share/icons/hicolor/${res}/apps/"
cp opt/sidequest/resources/app.asar.unpacked/build/icons/${res}.png usr/share/icons/hicolor/${res}/apps/sidequest.png
install -dm755 "usr/share/icons/hicolor/${res}/apps/"
install -m644 opt/sidequest/resources/app.asar.unpacked/build/icons/${res}.png usr/share/icons/hicolor/${res}/apps/sidequest.png
done
# create desktop file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment