diff options
author | Egor Tensin <egor@tensin.name> | 2025-08-26 11:41:55 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-08-26 11:41:55 +0200 |
commit | 9d9c7793833325c8454546197771e3fd8b08869e (patch) | |
tree | 84db307283414a0275acf7125dd070f3922cad98 | |
parent | aur: 0.1-1 (diff) | |
download | grub-reboot-into-windows-9d9c7793833325c8454546197771e3fd8b08869e.tar.gz grub-reboot-into-windows-9d9c7793833325c8454546197771e3fd8b08869e.zip |
aur: 0.2-1
-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 |