mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Add .terminal extension as executable on macOS.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user