updated hyprland to v0.34

This commit is contained in:
JaKooLit 2024-04-30 10:16:24 +09:00
parent 39db98014b
commit 446b4bad2d
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ dependencies=(
libsystemd-dev
libtiff-dev
libtiffxx6
libtomlplusplus-dev
libudev-dev
libvkfft-dev
libvulkan-dev

View File

@ -25,7 +25,7 @@ if [ -d "Hyprland" ]; then
rm -rf "Hyprland" 2>&1 | tee -a "$LOG"
fi
if git clone --recursive -b v0.32.3 "https://github.com/hyprwm/Hyprland"; then
if git clone --recursive -b v0.34.0 "https://github.com/hyprwm/Hyprland"; then
cd "Hyprland" || exit 1
make all
if sudo make install 2>&1 | tee -a "$MLOG"; then