From f6bd600e02434cd7278bbfd598e12beedccb3c21 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 7 Jul 2024 06:15:37 +0900 Subject: [PATCH] removal of xdph specific tag --- install-scripts/xdph.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/xdph.sh b/install-scripts/xdph.sh index b87422d..8827d49 100755 --- a/install-scripts/xdph.sh +++ b/install-scripts/xdph.sh @@ -38,7 +38,7 @@ fi # Clone and build xdg-desktop-portal-hyprland printf "${NOTE} Installing xdg-desktop-portal-hyprland...\n" -if git clone -b $xdph_tag --recursive https://github.com/hyprwm/xdg-desktop-portal-hyprland; then +if git clone --recursive https://github.com/hyprwm/xdg-desktop-portal-hyprland; then cd xdg-desktop-portal-hyprland || exit 1 cmake -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -DCMAKE_INSTALL_PREFIX=/usr -B build cmake --build build