From e1063fc93abff8875807cc5cf95bf78d73b230f3 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Mon, 22 Apr 2024 17:20:41 -0400 Subject: [PATCH] ENH: Update extension metadata Consolidate extension metadata based on the corresponding s4ext file organized in the ExtensionsIndex repository. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d747c3..6ce1c09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,8 +8,8 @@ set(EXTENSION_HOMEPAGE "https://github.com/faustomilletari/TOMAAT-Slicer") set(EXTENSION_CATEGORY "Segmentation") set(EXTENSION_CONTRIBUTORS "Fausto Milletari") set(EXTENSION_DESCRIPTION "Segmentation of volumetric data via Deep learning based methods in the cloud") -set(EXTENSION_ICONURL "https://raw.github.com/faustomilletari/TOMAAT-Slicer/master/TOMAAT/TOMAAT.png") -set(EXTENSION_SCREENSHOTURLS "http://www.example.com/Slicer/Extensions/TOMAAT/Screenshots/1.png") +set(EXTENSION_ICONURL "https://raw.githubusercontent.com/faustomilletari/TOMAAT-Slicer/master/TOMAAT/Resources/Icons/TOMAAT.png") +set(EXTENSION_SCREENSHOTURLS "") set(EXTENSION_DEPENDS "NA") # Specified as a space separated string, a list or 'NA' if any #-----------------------------------------------------------------------------