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 untrusted user: blue
GPG key ID: 9B203B252A63EE38
7 changed files with 82 additions and 8 deletions

View file

@ -6,6 +6,6 @@ set(TS_FILES
)
qt5_add_translation(QM_FILES ${TS_FILES})
add_custom_target(translations ALL DEPENDS ${QM_FILES})
install(FILES ${QM_FILES} DESTINATION ${CMAKE_INSTALL_DATADIR}/squawk/l10n)
install(FILES ${QM_FILES} DESTINATION ${CMAKE_INSTALL_DATADIR}/macaw.me/squawk/l10n)
add_dependencies(${CMAKE_PROJECT_NAME} translations)