From c5358b9c8fa4943f3ef6ff24c67d851a1da014af Mon Sep 17 00:00:00 2001 From: iris Date: Tue, 18 Jun 2024 16:28:32 -0500 Subject: [PATCH] put the executable in the right spot --- PKGBUILD | 2 +- revhubinterface.desktop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index a7c9efc..f28e93d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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" dist/REVHubInterface + install -Dm755 -t "${pkgdir}/usr/bin" dist/REVHubInterface } diff --git a/revhubinterface.desktop b/revhubinterface.desktop index 5eea694..89bfded 100644 --- a/revhubinterface.desktop +++ b/revhubinterface.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=REV Hub Interface - Community Edition -Exec=./usr/bin/revhubinterface/REVHubInterface +Exec=/usr/bin/REVHubInterface Type=Application Icon=/usr/share/pixmaps/org.unofficialrevport.REVHubInterface.Devel.png Categories=Development \ No newline at end of file