Skip to content

Commit

Permalink
Install symbolic app icon
Browse files Browse the repository at this point in the history
This makes the icon available to notification; GNOME now automatically uses the
symbolic icon.

Closes #69
  • Loading branch information
swsnr committed Dec 31, 2024
1 parent 4af7cdd commit 74a8333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flatpak/de.swsnr.turnon.Devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ modules:
# Install binary, app icon, desktop file, appstream metadata, DBus service, and search provider
- install -Dm0755 target/release/turnon /app/bin/de.swsnr.turnon.Devel
- install -Dm0644 -t /app/share/icons/hicolor/scalable/apps/ resources/icons/scalable/apps/de.swsnr.turnon.Devel.svg
- install -Dm0644 resources/icons/symbolic/apps/de.swsnr.turnon-symbolic.svg /app/share/icons/hicolor/symbolic/apps/de.swsnr.turnon.Devel-symbolic.svg
- install -Dm0644 de.swsnr.turnon.desktop /app/share/applications/de.swsnr.turnon.Devel.desktop
- install -Dm0644 resources/de.swsnr.turnon.metainfo.xml /app/share/metainfo/de.swsnr.turnon.Devel.metainfo.xml
- install -Dm0644 dbus-1/de.swsnr.turnon.service /app/share/dbus-1/services/de.swsnr.turnon.Devel.service
Expand Down

0 comments on commit 74a8333

Please sign in to comment.