Skip to content

Commit

Permalink
improve naming and such
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed Jun 18, 2024
1 parent 28b2a47 commit 620e29a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ build(){
}
package(){
cd $_pkgname
install -Dm644 -t "${pkgdir}/usr/share/pixmaps" org.unofficialrevport.REVHubInterface.Devel.png
install -Dm644 -t "${pkgdir}/usr/share/applications" revhubinterface.desktop
cd dist
cp REVHubInterface revhubinterface
install -Dm755 -t "${pkgdir}/usr/bin" revhubinterface
install -Dm644 -T "${pkgdir}/usr/share/pixmaps/revhubinterface-git.png" org.unofficialrevport.REVHubInterface.Devel.png
install -Dm644 -T "${pkgdir}/usr/share/applications/revhubinterface-git.desktop" revhubinterface.desktop
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
Expand Up @@ -2,5 +2,5 @@
Name=REV Hub Interface - Community Edition
Exec=/usr/bin/revhubinterface
Type=Application
Icon=/usr/share/pixmaps/org.unofficialrevport.REVHubInterface.Devel.png
Icon=/usr/share/pixmaps/revhubinterface-git.png
Categories=Development

0 comments on commit 620e29a

Please sign in to comment.