License is now can be viewed locally, some organization name packaging issies

This commit is contained in:
Blue 2022-04-05 22:00:56 +03:00
parent 9f746d203b
commit 1b66fda318
Signed by: blue
GPG key ID: 9B203B252A63EE38
7 changed files with 82 additions and 8 deletions

View file

@ -159,6 +159,8 @@ add_subdirectory(ui)
# Install the executable
install(TARGETS squawk DESTINATION ${CMAKE_INSTALL_BINDIR})
install(FILES README.md DESTINATION ${CMAKE_INSTALL_DATADIR}/macaw.me/squawk)
install(FILES LICENSE.md DESTINATION ${CMAKE_INSTALL_DATADIR}/macaw.me/squawk)
if (CMAKE_BUILD_TYPE STREQUAL "Release")
if (APPLE)