mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
scrips/mobilecomponents.sh: fetch icon for the map
Use one of the breeze icons for the map in the drawer on the mobile version. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
584b7eb47e
commit
eac7c4bdae
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ rm -rf $MC
|
|||
mkdir -p $MC/icons
|
||||
cp -R $PMMC/* $MC/
|
||||
|
||||
cp $BREEZE/icons/actions/22/map-globe.svg $MC/icons
|
||||
cp $BREEZE/icons/actions/24/dialog-cancel.svg $MC/icons
|
||||
cp $BREEZE/icons/actions/24/distribute-horizontal-x.svg $MC/icons
|
||||
cp $BREEZE/icons/actions/24/document-edit.svg $MC/icons
|
||||
|
|
Loading…
Reference in a new issue