2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Replace remaining multi-args

This commit is contained in:
Ilya Fedin
2021-03-13 23:05:58 +04:00
committed by John Preston
parent 508762cd2c
commit 12e306dd7b
3 changed files with 10 additions and 10 deletions

View File

@@ -61,9 +61,9 @@ void Launcher::initHook() {
appimagePath.size(),
md5Hash);
return qsl("appimagekit_%1-%2.desktop")
.arg(md5Hash)
.arg(AppName.utf16().replace(' ', '_'));
return qsl("appimagekit_%1-%2.desktop").arg(
md5Hash,
AppName.utf16().replace(' ', '_'));
}
return qsl(MACRO_TO_STRING(TDESKTOP_LAUNCHER_BASENAME) ".desktop");