-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f94af14
commit f191bab
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ Name=Psst | |
Terminal=false | ||
Type=Application | ||
Version=1.0 | ||
Icon=psst.png | ||
Icon=io.github.jpochyla.Psst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|