chore: change name to ReSet to avoid conflicts

This commit is contained in:
DashieTM 2024-06-07 00:28:40 +02:00
parent 8ddaea9a7d
commit b7151f1feb
6 changed files with 21 additions and 19 deletions

View file

@ -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"
}