From 275f05ee171e0341001d5e4f3fbdfb2cc7ab911e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 24 Aug 2024 22:42:45 +0900 Subject: [PATCH] updated xdph.sh --- 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 0197b81..af5d605 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 --recursive https://github.com/hyprwm/xdg-desktop-portal-hyprland; then +if git clone --recursive -b $xdph_tag 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