Skip to content

Commit

Permalink
Merge pull request #71 from swsnr/update-stable-manifest
Browse files Browse the repository at this point in the history
Install new resources in flatpak manifest
  • Loading branch information
swsnr authored Jan 1, 2025
2 parents c5024d2 + ba0e98a commit ec3c9ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flatpak/de.swsnr.turnon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ modules:
# Install binary, app icon, desktop file, and appstream metadata
- install -Dm0755 target/release/turnon /app/bin/de.swsnr.turnon
- install -Dm0644 -t /app/share/icons/hicolor/scalable/apps/ resources/icons/scalable/apps/de.swsnr.turnon.svg
- install -Dm0644 -t /app/share/icons/hicolor/symbolic/apps/ resources/icons/symbolic/apps/de.swsnr.turnon-symbolic.svg
- install -Dm0644 -t /app/share/applications/ de.swsnr.turnon.desktop
- install -Dm0644 -t /app/share/metainfo/ resources/de.swsnr.turnon.metainfo.xml
- install -Dm0644 -t /app/share/dbus-1/services/ dbus-1/de.swsnr.turnon.service
- install -Dm0644 -t /app/share/gnome-shell/search-providers/ de.swsnr.turnon.search-provider.ini
# Install settings and compile them
- install -Dm0644 -t /app/share/glib-2.0/schemas/ schemas/de.swsnr.turnon.gschema.xml
- glib-compile-schemas --strict /app/share/glib-2.0/schemas

0 comments on commit ec3c9ef

Please sign in to comment.