Skip to content

Commit

Permalink
desktop: Install Ruffle metadata in PKGBUILD
Browse files Browse the repository at this point in the history
This most importantly adds a way of opening Ruffle using GUI.
  • Loading branch information
kjarosh authored and torokati44 committed Sep 12, 2024
1 parent db9c982 commit d0ede26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions desktop/packages/linux/aur/ruffle-nightly-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ package() {
install -Dm755 -t "$pkgdir/usr/bin/" ruffle
install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE.md
install -Dm644 -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/" extras/rs.ruffle.Ruffle.svg
install -Dm644 -t "$pkgdir/usr/share/applications/" extras/rs.ruffle.Ruffle.desktop
install -Dm644 -t "$pkgdir/usr/share/metainfo/" extras/rs.ruffle.Ruffle.metainfo.xml
}

0 comments on commit d0ede26

Please sign in to comment.