Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux desktop file and debian package name #475

Merged
merged 4 commits into from
May 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ jobs:
mkdir -p "${{runner.workspace}}/pkg/usr/share/icons/hicolor/${LOGO_SIZE}x${LOGO_SIZE}/"
cp "./psst-gui/assets/${LOGO}" "$_/psst.png"
done
mkdir -p "${{runner.workspace}}/pkg/usr/share/icons/hicolor/scalable/apps/"
cp "./psst-gui/assets/logo.svg" "$_/psst.svg"

- name: Set Permissions
run: chmod 755 ${{runner.workspace}}/pkg/usr/bin/psst-gui
Expand Down
2 changes: 1 addition & 1 deletion .pkg/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Package: psst
Package: psst-gui
Architecture: amd64
ChrisLauinger77 marked this conversation as resolved.
Show resolved Hide resolved
Maintainer: Jan Pochyla <jpochyla@gmail.com>
Section: sound
Expand Down
15 changes: 9 additions & 6 deletions .pkg/psst.desktop
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[Desktop Entry]
Categories=Audio;AudioVideo
Comment=Fast and multi-platform Spotify client with native GUI
Exec=psst-gui
Type=Application
Name=Psst
Comment=Fast and multi-platform Spotify client with native GUI
GenericName=Music Player
Icon=psst
TryExec=psst-gui
Exec=psst-gui %U
Terminal=false
Type=Application
Version=1.0
Icon=psst.png
MimeType=x-scheme-handler/psst;
Categories=Audio;Music;Player;AudioVideo;
StartupWMClass=psst-gui
Loading
Loading