Add .terminal extension as executable on macOS.

This commit is contained in:
John Preston 2018-12-18 15:56:40 +04:00
parent 3e22ada889
commit b0d01389c6
1 changed files with 1 additions and 1 deletions

View File

@ -1473,7 +1473,7 @@ bool IsExecutableName(const QString &filepath) {
static const auto kExtensions = [] {
const auto joined =
#ifdef Q_OS_MAC
qsl("action app bin command csh osx workflow");
qsl("action app bin command csh osx workflow terminal");
#elif defined Q_OS_LINUX // Q_OS_MAC
qsl("bin csh ksh out run");
#else // Q_OS_MAC || Q_OS_LINUX