mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-04-17 20:58:06 +00:00
Fix build for Linux.
This commit is contained in:
parent
0480611bf8
commit
fef90ea363
@ -557,7 +557,7 @@ void MainWindow::psFirstShow() {
|
||||
auto snapName = QString::fromLatin1(qgetenv("SNAP_NAME"));
|
||||
if(snapName.isEmpty()) {
|
||||
std::vector<QString> possibleDesktopFiles = {
|
||||
MACRO_TO_STRING(TDESKTOP_LAUNCHER_BASENAME) + ".desktop",
|
||||
MACRO_TO_STRING(TDESKTOP_LAUNCHER_BASENAME) ".desktop",
|
||||
"Telegram.desktop"
|
||||
};
|
||||
|
||||
|
2
cmake
2
cmake
@ -1 +1 @@
|
||||
Subproject commit 7b68f17156842a052ec8d9094d47cbbb5744e3a1
|
||||
Subproject commit b2eb74be1d4c80c4d725f7f9daa0fca8f16672b8
|
Loading…
Reference in New Issue
Block a user