diff options
author | Vasyl Gello <vasek.gello@gmail.com> | 2021-10-28 15:02:52 +0000 |
---|---|---|
committer | Vasyl Gello <vasek.gello@gmail.com> | 2021-10-29 21:02:30 +0000 |
commit | 33212fe5478c7ae71fa88ee1f6e9e85150c036d6 (patch) | |
tree | 1c03ee846e523c744ba65a2c4915482d2a61e119 /cmake/scripts/linux | |
parent | 832df606055299ef508ba194e2b8fccea2f76957 (diff) |
Rename installable TexturePacker and JsonSchemaBuilder
... to kodi-TexturePacker and kodi-JsonSchemaBuilder.
These names are less generic and will less likely cause conflicts
in /usr/bin.
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
Diffstat (limited to 'cmake/scripts/linux')
-rw-r--r-- | cmake/scripts/linux/Install.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/scripts/linux/Install.cmake b/cmake/scripts/linux/Install.cmake index 8a21c12c0f..b5c4dbfb02 100644 --- a/cmake/scripts/linux/Install.cmake +++ b/cmake/scripts/linux/Install.cmake @@ -157,6 +157,7 @@ install(FILES ${CMAKE_SOURCE_DIR}/privacy-policy.txt if(NOT WITH_TEXTUREPACKER) install(PROGRAMS $<TARGET_FILE:TexturePacker::TexturePacker> DESTINATION ${bindir} + RENAME "${APP_NAME_LC}-TexturePacker" COMPONENT kodi-tools-texturepacker) endif() |