Merge pull request from s1n7ax/master

fix: incorrect path of the hypr-dynamic-cursor lib
This commit is contained in:
Donovan Glover 2024-08-08 21:09:49 +00:00 committed by GitHub
commit 13fe00cb6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ mkHyprlandPlugin hyprland {
runHook preInstall
mkdir -p $out/lib
mv out/dynamic-cursors.so $out/lib/libdynamic-cursors.so
mv out/dynamic-cursors.so $out/lib/libhypr-dynamic-cursors.so
runHook postInstall
'';