Skip to content

Commit

Permalink
Merge pull request #9 from lassoan/patch-2
Browse files Browse the repository at this point in the history
Fix extension icon URL
  • Loading branch information
SachidanandAlle authored Feb 26, 2023
2 parents 069f137 + 4924e86 commit 75d766b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(EXTENSION_HOMEPAGE "https://github.com/Project-MONAI/SlicerMONAIViz#slicermo
set(EXTENSION_CATEGORY "Developer Tools")
set(EXTENSION_CONTRIBUTORS "MONAI Consortium")
set(EXTENSION_DESCRIPTION "This extension helps to run chain of MONAI transforms and visualize every stage over an image/label. See more information in <a href=\"https://github.com/Project-MONAI/MONAILabel\">module documentation")
set(EXTENSION_ICONURL "https://github.com/Project-MONAI/SlicerMONAIViz/MONAIViz/Resources/Icons/MONAIViz.png")
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/Project-MONAI/SlicerMONAIViz/main/MONAIViz/Resources/Icons/MONAIViz.png")
set(EXTENSION_SCREENSHOTURLS "https://github.com/Project-MONAI/SlicerMONAIViz/raw/main/Screenshots/1.jpg https://github.com/Project-MONAI/SlicerMONAIViz/raw/main/Screenshots/2.jpg https://github.com/Project-MONAI/SlicerMONAIViz/raw/main/Screenshots/3.jpg https://github.com/Project-MONAI/SlicerMONAIViz/raw/main/Screenshots/4.jpg")
set(EXTENSION_DEPENDS "NA") # Specified as a list or "NA" if no dependencies

Expand Down

0 comments on commit 75d766b

Please sign in to comment.