Skip to content

Commit

Permalink
Fix URL of sciview update site
Browse files Browse the repository at this point in the history
I forgot I consolated them all under the name 'sciview'.
  • Loading branch information
ctrueden committed Jan 19, 2024
1 parent e620414 commit 667e165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bootstrap-fiji.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ unzip fiji-nojre.zip || die "Failed to unpack Fiji"

echo
echo "--> Enabling sciview and updating Fiji"
Fiji.app/$launcher --update add-update-site SciView \
https://sites.imagej.net/sciview-buttercup ||
Fiji.app/$launcher --update add-update-site sciview \
https://sites.imagej.net/sciview ||
die "Failed to enable sciview"
Fiji.app/$launcher --update update-force-pristine ||
die "Failed to update Fiji"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/sciview/populateFiji.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tasks {
db("ImageJ", "https://update.imagej.net"),
db("Fiji", "https://update.fiji.sc"),
db("Java-8", "https://sites.imagej.net/Java-8"),
db("sciview", "https://sites.imagej.net/sciview-buttercup"),
db("sciview", "https://sites.imagej.net/sciview"),
mutableMapOf()
)

Expand Down

0 comments on commit 667e165

Please sign in to comment.