From f6b1f9e4d9eab7c714796cc4caa32fbe22543186 Mon Sep 17 00:00:00 2001 From: Samuel <36420837+Samueru-sama@users.noreply.github.com> Date: Fri, 12 Sep 2025 06:04:33 -0400 Subject: [PATCH] hardlink instead of symlink when deploying webkit2gtk --- lib4bin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib4bin b/lib4bin index 71b3fea..a635709 100755 --- a/lib4bin +++ b/lib4bin @@ -1055,7 +1055,7 @@ if [[ ! -d "$WRAPPE_DIR" || "$WITH_PYTHON" == 1 ]] then try_mkdir "$bin_dir_pth" try_mv "$bin_to_wrap" "$bin_dir_pth" - ln $varg -sr "$dst_dir/sharun" "$dst_webkit_lib_dir/$(basename "$bin_to_wrap")" + ln $varg "$dst_dir/sharun" "$dst_webkit_lib_dir/$(basename "$bin_to_wrap")" fi done if [ "$(basename "$lib_src_dirname_pth")" != "$lib_dir" ]