From c9406e131cf651a525f36f02e62ddae20250378d Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Wed, 21 Aug 2024 16:06:56 +0300 Subject: [PATCH] skip pw_auto_create_shortcut for vkPlay --- 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 1d31cef1..e76ef1e6 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -4824,7 +4824,7 @@ portwine_create_shortcut () { pw_auto_create_shortcut () { if [[ "${PW_CHECK_AUTOINSTALL}" == 1 ]] \ - || echo "${portwine_exe}" | grep "gc_api.exe" &>/dev/null # skip lgc and wgc api + || echo "${portwine_exe}" | grep "gc_api.exe\|VKPlay" &>/dev/null then return 0 fi