diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | reboot-into-windows.desktop | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = reboot-into-windows pkgdesc = Reboot into dual-booted Windows with a Bluetooth keyboard - pkgver = 0.1 + pkgver = 0.2 pkgrel = 1 arch = any license = MIT @@ -1,6 +1,6 @@ # Maintainer: Egor Tensin <egor@tensin.name> pkgname=reboot-into-windows -pkgver=0.1 +pkgver=0.2 pkgrel=1 pkgdesc='Reboot into dual-booted Windows with a Bluetooth keyboard' arch=(any) diff --git a/reboot-into-windows.desktop b/reboot-into-windows.desktop index 05e55ac..122ed82 100644 --- a/reboot-into-windows.desktop +++ b/reboot-into-windows.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Type=Application Name=Reboot into Windows +Comment=Use grub-reboot to reboot into Windows Terminal=false Exec=sudo reboot-into-windows Icon=/usr/share/reboot-into-windows/icon.svg |