File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,26 @@ var abbaExtension = new Extension(
132132extensionList. add(abbaExtension)
133133
134134// spotiflow extension
135- def spotiflowTagList = [" v0.3.1" ," v0.2.0" ]
135+
136+ // ZIP file
137+ def spotiflowTagList = [" v0.3.1" ]
136138def spotiflowVersionList = []
137139spotiflowTagList. each{tag ->
140+ var spotiflowRelease = new Release (
141+ tag,
142+ new URI (gh_biop_url + " qupath-extension-spotiflow/releases/download/" + tag+ " /qupath-extension-spotiflow-" + tag[1 .. -1 ]+ " .zip" ),
143+ null ,
144+ null ,
145+ null ,
146+ qupathMinVersionRange
147+ )
148+
149+ spotiflowVersionList. add(spotiflowRelease)
150+ }
151+
152+ // JAR file only
153+ def oldSpotiflowTagList = [" v0.2.0" ]
154+ oldSpotiflowTagList. each{tag ->
138155 var spotiflowRelease = new Release (
139156 tag,
140157 new URI (gh_biop_url + " qupath-extension-spotiflow/releases/download/" + tag+ " /qupath-extension-spotiflow-" + tag[1 .. -1 ]+ " .jar" ),
Original file line number Diff line number Diff line change 8484 "releases" : [
8585 {
8686 "name" : " v0.3.1" ,
87- "main_url" : " https://github.com/BIOP/qupath-extension-spotiflow/releases/download/v0.3.1/qupath-extension-spotiflow-0.3.1.jar " ,
87+ "main_url" : " https://github.com/BIOP/qupath-extension-spotiflow/releases/download/v0.3.1/qupath-extension-spotiflow-0.3.1.zip " ,
8888 "required_dependency_urls" : [],
8989 "optional_dependency_urls" : [],
9090 "javadoc_urls" : [],
You can’t perform that action at this time.
0 commit comments