Skip to content

Commit

Permalink
Upgrade to imagej-1.53m
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Oct 15, 2021
1 parent 3f5aae2 commit 365613e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-imagej.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: meeDamian/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: 1.53j
tag: 1.53m
name: ImageJ.JS
files: imagej-js-dist/
allow_override: true
2 changes: 1 addition & 1 deletion compile-js-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set -e

IJ_JAR="ij-1.53j.jar"
IJ_JAR="ij-1.53m.jar"
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

mvn clean
Expand Down
2 changes: 1 addition & 1 deletion compile-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd imagej-js-dist

# download ij153 from imagej.net
export IJ1_VERSION=ij153
export IJ_JAR=ij-1.53j.jar
export IJ_JAR=ij-1.53m.jar

curl http://wsr.imagej.net/distros/cross-platform/${IJ1_VERSION}.zip -LO
unzip -q -o ${IJ1_VERSION}.zip
Expand Down

0 comments on commit 365613e

Please sign in to comment.