mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Fix lost qgetenv in GetLauncherBasename
This commit is contained in:
@@ -281,7 +281,7 @@ QString GetLauncherBasename() {
|
||||
: "SNAP_NAME";
|
||||
|
||||
const auto result = qsl("%1_%2")
|
||||
.arg(QString::fromLatin1(snapNameKey))
|
||||
.arg(QString::fromLatin1(qgetenv(snapNameKey)))
|
||||
.arg(cExeName());
|
||||
|
||||
LOG(("SNAP Environment detected, launcher filename is %1.desktop")
|
||||
|
Reference in New Issue
Block a user