Skip to content

Commit

Permalink
linux: Prepare for Flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilSkeleton committed May 13, 2023
1 parent f94af14 commit f191bab
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pkg/psst.desktop → .pkg/io.github.jpochyla.Psst.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Name=Psst
Terminal=false
Type=Application
Version=1.0
Icon=psst.png
Icon=io.github.jpochyla.Psst
29 changes: 29 additions & 0 deletions .pkg/io.github.jpochyla.Psst.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.jpochyla.Psst</id>
<url type="homepage">https://github.com/jpochyla/psst</url>

<name>Psst</name>
<summary>Fast Spotify client with native GUI, without Electron, built in Rust.</summary>

<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>

<description>
<p>
Fast Spotify client with native GUI, without Electron, built in Rust. Very early in development, lacking in features, stability, and general user experience. It is being tested only on Mac so far, but aims for full Windows and Linux support. Contributions welcome!
</p>
</description>

<launchable type="desktop-id">io.github.jpochyla.Psst.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/jpochyla/psst/master/psst-gui/assets/screenshot.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="master" date="2023-05-13"/>
</releases>
</component>

0 comments on commit f191bab

Please sign in to comment.