From 0892122e33b701cc712f4384faa921ac42057288 Mon Sep 17 00:00:00 2001 From: Htylol Date: Wed, 1 May 2024 00:51:15 +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 ee859fde..588a81d0 100644 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -2064,7 +2064,7 @@ start_portwine () { fi if [[ ! -z "$CP_DGV2_FILES" ]] ; then - print_info "Try link native DGVOODOO2 files..." + print_info "Try copy native DGVOODOO2 files..." 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/"