aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts/windowsstore
diff options
context:
space:
mode:
authorh.udo <hudokkow@gmail.com>2018-04-05 22:04:32 +0100
committerh.udo <hudokkow@gmail.com>2018-07-03 19:50:45 +0100
commit40fe25d9c4890e6d64e74b70eecee84a82d04928 (patch)
treee54faa48a08af6e910724fed1788a9fa32fb7115 /cmake/scripts/windowsstore
parentff531ae1963e27c86fd1ea5df2cf2285d6acfb81 (diff)
[LICENSE] Update content to markdown
Verbatim copy of https://www.gnu.org/licenses/old-licenses/gpl-2.0.md
Diffstat (limited to 'cmake/scripts/windowsstore')
-rw-r--r--cmake/scripts/windowsstore/Macros.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmake/scripts/windowsstore/Macros.cmake b/cmake/scripts/windowsstore/Macros.cmake
index 599f96b2b4..9111b8f503 100644
--- a/cmake/scripts/windowsstore/Macros.cmake
+++ b/cmake/scripts/windowsstore/Macros.cmake
@@ -72,8 +72,9 @@ macro(winstore_set_assets target)
source_group("media" FILES ${ASSET_FILES})
set(RESOURCES ${RESOURCES} ${ASSET_FILES}
"${CMAKE_SOURCE_DIR}/tools/windows/packaging/uwp/kodi_temp_key.pfx")
+
set(LICENSE_FILES
- ${CMAKE_SOURCE_DIR}/LICENSE.GPL
+ ${CMAKE_SOURCE_DIR}/LICENSE.md
${CMAKE_SOURCE_DIR}/copying.txt
${CMAKE_SOURCE_DIR}/privacy-policy.txt)
if(EXISTS "${CMAKE_SOURCE_DIR}/known_issues.txt")
@@ -179,4 +180,4 @@ macro(winstore_add_target_properties target)
winstore_set_assets(${target})
winstore_generate_manifest(${target})
winstore_append_props(${target})
-endmacro() \ No newline at end of file
+endmacro()