sort SVG files for binary install

This commit is contained in:
Dvlv 2024-02-09 17:11:22 +00:00
parent c187046585
commit 45fc37bb66
No known key found for this signature in database
GPG key ID: 1F4BD7220B7FDCFA
2 changed files with 3 additions and 2 deletions

View file

@ -35,7 +35,7 @@ jobs:
mv scripts/install.sh BoxBuddy-${{github.ref_name}}
mv scripts/uninstall.sh BoxBuddy-${{github.ref_name}}
cp -r po BoxBuddy-${{github.ref_name}}/
mv icons/io.github.dvlv.boxbuddyrs.svg BoxBuddy-${{github.ref_name}}/
mv icons/*.svg BoxBuddy-${{github.ref_name}}/
mv io.github.dvlv.boxbuddyrs.desktop BoxBuddy-${{github.ref_name}}/
zip -r BoxBuddy-${{github.ref_name}}.zip BoxBuddy-${{github.ref_name}}

View file

@ -20,7 +20,8 @@ cp boxbuddy-rs ${BIN_DIR}
# copy icons
echo "Copying icon"
mkdir -p ${DATAHOME}/icons/boxbuddy/
cp -r io.github.dvlv.boxbuddyrs.svg ${DATAHOME}/icons/boxbuddy/
mkdir -p ${DATAHOME}/icons/hicolor/scalable/apps
cp -r *.svg ${DATAHOME}/icons/boxbuddy/
cp -r io.github.dvlv.boxbuddyrs.svg ${DATAHOME}/icons/hicolor/scalable/apps
# desktop