diff --git a/src/viewer_core.jl b/src/viewer_core.jl index 96e201f..8a7c530 100644 --- a/src/viewer_core.jl +++ b/src/viewer_core.jl @@ -37,7 +37,7 @@ this applies to keys sent to the viewer, which can be send to a choice of window # This is the proper way to do this via artifacts: rootpath = artifact"View5D-jar" # @show rootpath = "C:\\Users\\pi96doc\\Documents\\Programming\\Java\\View5D" -const View5D_jar = joinpath(rootpath, "View5D_-2.5.5-SNAPSHOT2.jar") +const View5D_jar = joinpath(rootpath, "View5D_-2.5.5-SNAPSHOT.jar") # my personal development version # const View5D_jar = joinpath(rootpath, "View5D_v2.jar")