From 8f85938e7d2ac6c8773c35c91ecc75a01761d62d Mon Sep 17 00:00:00 2001 From: Htylol Date: Mon, 29 Apr 2024 19:42:09 +0500 Subject: [PATCH] Rename link to copy --- data_from_portwine/scripts/functions_helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 4dad4421..72479830 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -2073,7 +2073,7 @@ start_portwine () { fi if [[ ! -z "$CP_DGV2_FILES" ]] ; then - print_info "Try link native DGVOODOO2 file..." + print_info "Try copy native DGVOODOO2 file..." PATH_TO_DGV2_FILES="${PW_VULKAN_DIR}/dgvoodoo2-v${DGV2_VER}" for wine_dgv2_dll in $CP_DGV2_FILES ; do try_copy_file "${PATH_TO_DGV2_FILES}/x32/${wine_dgv2_dll}.dll" "${WINEPREFIX}/drive_c/windows/syswow64/"