해당 소스는 modules/file/file.controller.php 에서
function insertFile 함수에서
$file_info['name'] = preg_replace('/\.(php|phtm|phar|html?|cgi|pl|exe|jsp|asp|inc)/i', '$0-x',$file_info['name']);
부분에서 특정 파일들의 경우 강제로 -x 를 붙이게 되어있는데
여기서 확장자 대상에서 exe 를 제외하시면 됩니다...
xe에서 712번 행 수정