Skip to content

Commit

Permalink
update the desktop file to look for the right file
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed Jun 18, 2024
1 parent 1f6409a commit 6a41477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: iris [email protected]
pkgname=revhubinterface-git
_pkgname=RevHubInterface
pkgver=1.3.3.r32.gb879e11
pkgver=1.3.3.r33.g1f6409a
pkgrel=1
pkgdesc="Software for controling a REV Expansion Hub on a pc over USB"
arch=('any')
Expand All @@ -28,5 +28,5 @@ package(){
cd $_pkgname
install -Dm644 -t "${pkgdir}/usr/share/pixmaps" org.unofficialrevport.REVHubInterface.Devel.png
install -Dm644 -t "${pkgdir}/usr/share/applications" revhubinterface.desktop
install -Dm755 -t "${pkgdir}/usr/bin/revhubinterface/revhubinterface" dist/REVHubInterface
install -Dm755 -t "${pkgdir}/usr/bin/revhubinterface" dist/REVHubInterface
}
2 changes: 1 addition & 1 deletion revhubinterface.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=REV Hub Interface - Community Edition
Exec=/usr/bin/revhubinterface/revhubinterface
Exec=./usr/bin/revhubinterface/REVHubInterface
Type=Application
Icon=/usr/share/pixmaps/org.unofficialrevport.REVHubInterface.Devel.png
Categories=Development

0 comments on commit 6a41477

Please sign in to comment.