From 0feb336e1337c0eb41eaeac2c71694d6abd15d86 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Thu, 30 Oct 2025 13:18:13 +0300 Subject: [PATCH] fixed install dotnet to clean pfx --- data_from_portwine/scripts/functions_helper | 2 -- 1 file changed, 2 deletions(-) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 86c8ad37..749eff70 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -3527,7 +3527,6 @@ start_portwine () { elif [[ "${PW_CHECK_AUTOINSTALL}" == 1 ]] \ && [[ "${DISABLE_CP_DEFPFX}" == 1 ]] ; then pw_update_pfx_cover_gui - unpack "${PW_PLUGINS_PATH}/blank_pfx.tar.xz" "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/" silent pw_wineboot -i elif yad_question "${translations[Do you want to installing recommended libraries in the new prefix:]} ${PW_PREFIX_NAME}" ; then pw_update_pfx_cover_gui @@ -3535,7 +3534,6 @@ start_portwine () { pw_wineboot -r else pw_update_pfx_cover_gui - unpack "${PW_PLUGINS_PATH}/blank_pfx.tar.xz" "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/" silent pw_wineboot -i fi pw_stop_progress_bar