Skip to content

Commit

Permalink
Install desktop file and metainfo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Mar 3, 2023
1 parent 4774b38 commit ac58afa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions com.transmissionbt.Transmission.json
Expand Up @@ -207,6 +207,12 @@
"type":"patch",
"path":"appdata.patch"
}
],
"post-install": [
"install -Dm0644 gtk/icons/hicolor_apps_scalable_transmission.svg ${FLATPAK_DEST}/share/icons/scalable/apps/${FLATPAK_ID}.svg",
"install -Dm0644 gtk/transmission-gtk.desktop.in ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop",
"install -Dm0644 gtk/transmission-gtk.metainfo.xml.in ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml",
"desktop-file-edit --set-key=Icon --set-value=${FLATPAK_ID} ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop"
]
}
]
Expand Down

0 comments on commit ac58afa

Please sign in to comment.