differentiation not needed anymore

This commit is contained in:
Martin Marmsoler 2023-02-17 17:13:01 +01:00
parent 47484b8cd6
commit 585808a653

View File

@ -153,19 +153,10 @@ endif()
add_dependencies(gittyup indexer relauncher)
if(FLATPAK)
# Install application.
install(
TARGETS gittyup
DESTINATION bin # otherwise the executable will not be found by flatpak
COMPONENT ${GITTYUP_NAME})
else()
# Install application.
install(
TARGETS gittyup
DESTINATION ${CMAKE_INSTALL_BINDIR}
COMPONENT ${GITTYUP_NAME})
endif()
install(
TARGETS gittyup
DESTINATION ${CMAKE_INSTALL_BINDIR}
COMPONENT ${GITTYUP_NAME})
if(APPLE)
get_target_property(QT_LIBRARY Qt5::Core LOCATION)