diff options
| -rwxr-xr-x | kakaotalk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -101,8 +101,7 @@ function _exec_wine() { WINE_EXE="$1" echo 'Executing Kakaotalk...' - exec wine "${WINE_EXE}" || exit - killall explorer.exe + exec wine "${WINE_EXE}" >/dev/null 2>&1 } ########################################################### |
