mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
set correct path for the executable
This commit is contained in:
parent
4ac942fb59
commit
ed951c6007
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user