Skip to content

Commit

Permalink
Linux desktop file and debian package name (#475)
Browse files Browse the repository at this point in the history
* Fix #391 & #472  desktop file and deb package name

* Update build.yml - deploy psst.svg

* Rename psst.svg to logo.svg
  • Loading branch information
ChrisLauinger77 authored May 26, 2024
1 parent 37d8da1 commit 6c9cd3f
Show file tree
Hide file tree
Showing 4 changed files with 1,218 additions and 7 deletions.
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
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

0 comments on commit 6c9cd3f

Please sign in to comment.