Fix lost qgetenv in GetLauncherBasename
This commit is contained in:
parent
bcd0fe38f0
commit
3574a9c874
|
@ -281,7 +281,7 @@ QString GetLauncherBasename() {
|
||||||
: "SNAP_NAME";
|
: "SNAP_NAME";
|
||||||
|
|
||||||
const auto result = qsl("%1_%2")
|
const auto result = qsl("%1_%2")
|
||||||
.arg(QString::fromLatin1(snapNameKey))
|
.arg(QString::fromLatin1(qgetenv(snapNameKey)))
|
||||||
.arg(cExeName());
|
.arg(cExeName());
|
||||||
|
|
||||||
LOG(("SNAP Environment detected, launcher filename is %1.desktop")
|
LOG(("SNAP Environment detected, launcher filename is %1.desktop")
|
||||||
|
|
Loading…
Reference in New Issue