From 2882394e22eafb476abbf4221da69ba6e6a19b11 Mon Sep 17 00:00:00 2001 From: Htylol Date: Mon, 2 Sep 2024 17:53:32 +0500 Subject: [PATCH] Bat files do not work with cmd /c --- 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 0d6b49f..8262fc0 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -3143,7 +3143,7 @@ portwine_launch () { ;; *.[Bb][Aa][Tt]) PW_USE_TERMINAL=1 - pw_run ${PW_VD_TMP[@]} cmd /c "$portwine_exe" + pw_run ${PW_VD_TMP[@]} "$portwine_exe" ;; *.[Mm][Ss][Ii]) pw_run ${PW_VD_TMP[@]} msiexec /i "$portwine_exe"