mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Add .terminal extension as executable on macOS.
This commit is contained in:
parent
3e22ada889
commit
b0d01389c6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue