mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-05 17:57:45 +02:00
chore: change name to ReSet to avoid conflicts
This commit is contained in:
parent
8ddaea9a7d
commit
b7151f1feb
6 changed files with 21 additions and 19 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -14,7 +14,7 @@ build() {
|
|||
|
||||
package() {
|
||||
cd ..
|
||||
install -Dm755 target/release/"$pkgname" "$pkgdir"/usr/bin/"$pkgname"
|
||||
install -Dm755 target/release/"$pkgname" "$pkgdir"/usr/bin/ReSet
|
||||
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
|
||||
install -Dm644 "src/resources/icons/ReSet.svg" "$pkgdir/usr/share/pixmaps/ReSet.svg"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue