Skip to content

Commit

Permalink
Fix extension packaging renaming catalog entry file to match extensio…
Browse files Browse the repository at this point in the history
…n name

This commit is expected to fix errors like the following:

```
CMake Error at /work/Preview/Slicer-0/Extensions/CMake/SlicerFunctionExtractExtensionDescription.cmake:135 (message):
  error: EXTENSION_FILE CMake variable points to a inexistent file or
  directory: /.../SlicerAutoscroll-build/./Autoscroll.json
Call Stack (most recent call first):
  /work/Preview/Slicer-0/Extensions/CMake/SlicerExtensionPackageAndUploadTarget.cmake:206 (slicerFunctionExtractExtensionDescriptionFromJson)
```

It renames the following files:
* SlicerAutoscroll -> Autoscroll
* SlicerCBCTToothSegmentation -> CBCTToothSegmentation
* SlicerDensityLungSegmentation -> DensityLungSegmentation
* MUST-segmenter -> PET-MUST-segmenter
* SlicerRegularizedFastMarching -> RegularizedFastMarching
* slicerPRISMRendering -> SlicerPRISMRendering
* SlicerTissueSegmentation -> TissueSegmentation
  • Loading branch information
jcfr committed Jun 14, 2024
1 parent 07ec2f9 commit 44a0b8e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 44a0b8e

Please sign in to comment.