mirror of
https://github.com/ij-plugins/ijp-imagej-launcher.git
synced 2024-11-13 16:29:01 -08:00
Compare commits
No commits in common. "master" and "v.0.2.0" have entirely different histories.
7 changed files with 8 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
version = 3.8.3
|
version = 3.7.12
|
||||||
|
|
||||||
runner.dialect = scala3
|
runner.dialect = scala3
|
||||||
|
|
||||||
|
|
|
||||||
14
ReadMe.md
14
ReadMe.md
|
|
@ -130,20 +130,6 @@ Copy `ImageJ-macosx` to the `Contents/MacOS` folder, replacing `ImageJ-macosx` t
|
||||||
|
|
||||||
At this point you can move the `Fiji.app` folder to the Applications folder and use is as a regular msOS application.
|
At this point you can move the `Fiji.app` folder to the Applications folder and use is as a regular msOS application.
|
||||||
|
|
||||||
**9. Troubleshooting**
|
|
||||||
|
|
||||||
When you attempt to run Fiji with the new Launcher you may get a warning dialog
|
|
||||||

|
|
||||||
|
|
||||||
Possible work-around
|
|
||||||
|
|
||||||
1. Delete `Fuji.app` folder
|
|
||||||
2. Uncompressed `fiji-nojre.zip` to recreate `Fuji.app` folder, but do not make any changes to it yet. You may need to do it is different folder than before.
|
|
||||||
3. Control-clock on `Fuji.app` and select "Open". You will see dialog saying
|
|
||||||
"macOS cannot verify the developer of “Fiji”. Are you sure you want to open it?"
|
|
||||||
4. Click on "Open". You will see Fiji logo, but the application will close since it is not setup yet
|
|
||||||
5. Now you can repeat steps "3. Create place for Java (JRE)" to "7. Add to Fiji.app" above
|
|
||||||
|
|
||||||
If you have problems installing, please report in [Discussions] or [Image.sc Forum]
|
If you have problems installing, please report in [Discussions] or [Image.sc Forum]
|
||||||
|
|
||||||
### Installing Fiji on Windows x64
|
### Installing Fiji on Windows x64
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 215 KiB |
|
|
@ -1,6 +1,6 @@
|
||||||
scalaVersion := "3.3.3"
|
scalaVersion := "3.3.0"
|
||||||
//name := "IJP-ImageJ-Launcher"
|
//name := "IJP-ImageJ-Launcher"
|
||||||
version := "0.2.0.1-SNAPSHOT"
|
version := "0.2.0"
|
||||||
versionScheme := Some("early-semver")
|
versionScheme := Some("early-semver")
|
||||||
organization := "net.sf.ij-plugins"
|
organization := "net.sf.ij-plugins"
|
||||||
homepage := Some(new URI("https://github.com/ij-plugins/ijp-imagej-launcher").toURL)
|
homepage := Some(new URI("https://github.com/ij-plugins/ijp-imagej-launcher").toURL)
|
||||||
|
|
@ -17,8 +17,8 @@ logLevel := Level.Info
|
||||||
|
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.github.scopt" %%% "scopt" % "4.1.0",
|
"com.github.scopt" %%% "scopt" % "4.1.0",
|
||||||
"com.lihaoyi" %%% "os-lib" % "0.9.3",
|
"com.lihaoyi" %%% "os-lib" % "0.9.1",
|
||||||
"org.scalatest" %%% "scalatest" % "3.2.18" % Test
|
"org.scalatest" %%% "scalatest" % "3.2.16" % Test
|
||||||
)
|
)
|
||||||
|
|
||||||
scalacOptions ++= Seq(
|
scalacOptions ++= Seq(
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
# Author's e-mail: jpsacha at gmail.com
|
# Author's e-mail: jpsacha at gmail.com
|
||||||
#
|
#
|
||||||
|
|
||||||
sbt.version = 1.10.2
|
sbt.version = 1.9.3
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
// https://github.com/sbt/sbt-buildinfo
|
// https://github.com/sbt/sbt-buildinfo
|
||||||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
|
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
|
||||||
|
|
@ -1,3 +1,2 @@
|
||||||
// https://github.com/scala-native/scala-native
|
// https://github.com/scala-native/scala-native
|
||||||
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
|
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14")
|
||||||
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue