set correct path for the executable

This commit is contained in:
Martin Marmsoler 2023-01-23 19:04:18 +01:00
parent 4ac942fb59
commit ed951c6007

View File

@ -156,7 +156,7 @@ if(FLATPAK)
# Install application.
install(
TARGETS gittyup
DESTINATION ./bin # otherwise the executable will not be found by flatpak
DESTINATION bin # otherwise the executable will not be found by flatpak
COMPONENT ${GITTYUP_NAME})
else()
# Install application.