mirror of https://github.com/procxx/kepka.git
Add .terminal extension as executable on macOS.
This commit is contained in:
parent
3e22ada889
commit
b0d01389c6
|
@ -1473,7 +1473,7 @@ bool IsExecutableName(const QString &filepath) {
|
||||||
static const auto kExtensions = [] {
|
static const auto kExtensions = [] {
|
||||||
const auto joined =
|
const auto joined =
|
||||||
#ifdef Q_OS_MAC
|
#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
|
#elif defined Q_OS_LINUX // Q_OS_MAC
|
||||||
qsl("bin csh ksh out run");
|
qsl("bin csh ksh out run");
|
||||||
#else // Q_OS_MAC || Q_OS_LINUX
|
#else // Q_OS_MAC || Q_OS_LINUX
|
||||||
|
|
Loading…
Reference in New Issue