mirror of
https://github.com/Zenithsiz/zsw.git
synced 2026-02-03 09:50:31 +00:00
Added a desktop file for installation.
This commit is contained in:
parent
cdde61165a
commit
1b56c1577e
1
PKGBUILD
1
PKGBUILD
@ -41,4 +41,5 @@ package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
|
||||
install -Dm0644 -t "$pkgdir/usr/share/applications/" "install/zsw.desktop"
|
||||
}
|
||||
|
||||
6
install/zsw.desktop
Normal file
6
install/zsw.desktop
Normal file
@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=Zsw
|
||||
Comment=Zenithsiz's scrolling wallpaper
|
||||
Exec=/usr/bin/zsw
|
||||
Type=Application
|
||||
Categories=Wallpaper;
|
||||
Loading…
x
Reference in New Issue
Block a user