Merge branch 'Htylol-fix-bat-files' into devel

This commit is contained in:
Mikhail Tergoev 2024-09-04 17:30:09 +03:00
commit ff153ea288

@ -3152,7 +3152,7 @@ portwine_launch () {
;; ;;
*.[Bb][Aa][Tt]) *.[Bb][Aa][Tt])
PW_USE_TERMINAL=1 PW_USE_TERMINAL=1
pw_run ${PW_VD_TMP[@]} cmd /c "$portwine_exe" pw_run ${PW_VD_TMP[@]} "$portwine_exe"
;; ;;
*.[Mm][Ss][Ii]) *.[Mm][Ss][Ii])
pw_run ${PW_VD_TMP[@]} msiexec /i "$portwine_exe" pw_run ${PW_VD_TMP[@]} msiexec /i "$portwine_exe"