mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
fix(redhat-spec): copy 512x512 icon to /usr/local/share/nylas/resources/app/nylas.png
The icon build/resources/nylas.png is exactly the same as build/resources/linux/icons/512.png Not confident that the spec script is run from base N1 directory to use the nylas.png in the spec file
This commit is contained in:
parent
e32d52ff3d
commit
e3460a7a9b
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ chmod 755 %{buildroot}/usr/local/bin/nylas
|
|||
mkdir -p %{buildroot}/usr/local/share/applications/
|
||||
mv nylas.desktop %{buildroot}/usr/local/share/applications/
|
||||
|
||||
cp /tmp/nylas-build/icons/512.png %{buildroot}/usr/local/share/nylas/resources/app/nylas.png
|
||||
|
||||
for s in 16 32 64 128 256 512; do
|
||||
mkdir -p %{buildroot}/usr/local/share/icons/hicolor/${s}x${s}/apps
|
||||
cp -p /tmp/nylas-build/icons/${s}.png \
|
||||
|
|
Loading…
Reference in a new issue