mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Fix build for Linux.
This commit is contained in:
@@ -557,7 +557,7 @@ void MainWindow::psFirstShow() {
|
|||||||
auto snapName = QString::fromLatin1(qgetenv("SNAP_NAME"));
|
auto snapName = QString::fromLatin1(qgetenv("SNAP_NAME"));
|
||||||
if(snapName.isEmpty()) {
|
if(snapName.isEmpty()) {
|
||||||
std::vector<QString> possibleDesktopFiles = {
|
std::vector<QString> possibleDesktopFiles = {
|
||||||
MACRO_TO_STRING(TDESKTOP_LAUNCHER_BASENAME) + ".desktop",
|
MACRO_TO_STRING(TDESKTOP_LAUNCHER_BASENAME) ".desktop",
|
||||||
"Telegram.desktop"
|
"Telegram.desktop"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
2
cmake
2
cmake
Submodule cmake updated: 7b68f17156...b2eb74be1d
Reference in New Issue
Block a user