Fix Linux CI

This commit is contained in:
Eric Kotato 2020-08-29 17:33:51 +03:00
parent 0532b93d69
commit 9339805f47

View file

@ -1308,7 +1308,7 @@ PRIVATE
TDESKTOP_API_HASH=${TDESKTOP_API_HASH} TDESKTOP_API_HASH=${TDESKTOP_API_HASH}
) )
if (APPLE OR NOT CMAKE_EXECUTABLE_SUFFIX STREQUAL "" OR NOT "${output_name}" STREQUAL "Telegram") if (APPLE OR NOT CMAKE_EXECUTABLE_SUFFIX STREQUAL "" OR NOT "${output_name}" STREQUAL "Kotatogram")
set(output_folder ${CMAKE_BINARY_DIR}) set(output_folder ${CMAKE_BINARY_DIR})
elseif (DESKTOP_APP_SPECIAL_TARGET STREQUAL "") elseif (DESKTOP_APP_SPECIAL_TARGET STREQUAL "")
set(output_folder ${CMAKE_BINARY_DIR}/bin) set(output_folder ${CMAKE_BINARY_DIR}/bin)