Use PNG icon for desktop integration
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
|||||||
mkdir -p build/linux/usr/share/applications
|
mkdir -p build/linux/usr/share/applications
|
||||||
mkdir -p build/linux/usr/share/icons
|
mkdir -p build/linux/usr/share/icons
|
||||||
cp -r dist/gotify-tray build/linux/opt/gotify-tray
|
cp -r dist/gotify-tray build/linux/opt/gotify-tray
|
||||||
cp gotify_tray/gui/images/logo.ico build/linux/usr/share/icons/gotify-tray.ico
|
cp gotify_tray/gui/images/gotify-small.png build/linux/usr/share/icons/gotify-tray.png
|
||||||
cp gotifytray.desktop build/linux/usr/share/applications
|
cp gotifytray.desktop build/linux/usr/share/applications
|
||||||
find build/linux/opt/gotify-tray -type f -exec chmod 644 -- {} +
|
find build/linux/opt/gotify-tray -type f -exec chmod 644 -- {} +
|
||||||
find build/linux/opt/gotify-tray -type d -exec chmod 755 -- {} +
|
find build/linux/opt/gotify-tray -type d -exec chmod 755 -- {} +
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ Name=Gotify Tray
|
|||||||
Comment=A tray notification application for receiving messages from a Gotify server.
|
Comment=A tray notification application for receiving messages from a Gotify server.
|
||||||
Path=/opt/gotify-tray
|
Path=/opt/gotify-tray
|
||||||
Exec=/opt/gotify-tray/gotify-tray
|
Exec=/opt/gotify-tray/gotify-tray
|
||||||
Icon=/usr/share/icons/gotify-tray.ico
|
Icon=gotify-tray
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Network;
|
Categories=Network;
|
||||||
|
|||||||
Reference in New Issue
Block a user