Unify packaged/non-packaged binary name

This commit is contained in:
Ilya Fedin
2025-05-30 15:23:18 +00:00
committed by John Preston
parent 15c817dd15
commit 56ff5808a3
6 changed files with 8 additions and 11 deletions
+1 -5
View File
@@ -1864,11 +1864,7 @@ else()
set(bundle_identifier "com.tdesktop.Telegram")
endif()
set(bundle_entitlements "Telegram.entitlements")
if (LINUX AND DESKTOP_APP_USE_PACKAGED)
set(output_name "telegram-desktop")
else()
set(output_name "Telegram")
endif()
set(output_name "Telegram")
endif()
if (CMAKE_GENERATOR STREQUAL Xcode)